blob: c325b9a158da795c43c0d33d13ba8f6d1d741e05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
#ifndef ENGINE_SERVER_INTERFACE_H
#define ENGINE_SERVER_INTERFACE_H
#include "e_if_other.h"
#include "e_if_server.h"
#include "e_if_msg.h"
#include "e_if_mods.h"
#include "e_console.h" /* TODO: clean this up*/
#endif
|