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