wmud/src/interpreter.h
Polonkai Gergely 74fe14660a Added a basic (non-working) command interpreter.
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-03-13 02:22:22 +01:00

11 lines
219 B
C

#ifndef __WMUD_INTERPRETER_H__
# define __WMUD_INTERPRETER_H__
#include "networking.h"
gboolean wmud_interpreter_init(void);
void wmud_interpret_game_command(wmudClient *client);
#endif /* __WMUD_INTERPRETER_H__ */