1 | #ifndef ENGINE_RUST_H |
---|---|
2 | #define ENGINE_RUST_H |
3 | #include "console.h" |
4 | |
5 | typedef IConsole::IResult IConsole_IResult; |
6 | typedef IConsole::FCommandCallback IConsole_FCommandCallback; |
7 | #endif // ENGINE_RUST_H |
8 |
1 | #ifndef ENGINE_RUST_H |
---|---|
2 | #define ENGINE_RUST_H |
3 | #include "console.h" |
4 | |
5 | typedef IConsole::IResult IConsole_IResult; |
6 | typedef IConsole::FCommandCallback IConsole_FCommandCallback; |
7 | #endif // ENGINE_RUST_H |
8 |