mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 11:38:19 +00:00
8 lines
196 B
C
8 lines
196 B
C
|
#ifndef ENGINE_RUST_H
|
||
|
#define ENGINE_RUST_H
|
||
|
#include "console.h"
|
||
|
|
||
|
typedef IConsole::IResult IConsole_IResult;
|
||
|
typedef IConsole::FCommandCallback IConsole_FCommandCallback;
|
||
|
#endif // ENGINE_RUST_H
|