about summary refs log tree commit diff
path: root/src/engine/e_client_interface.h
blob: 2cc9e5c79848e729334cd0869d2257cbc0dc7fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
#ifndef ENGINE_CLIENT_INTERFACE_H
#define ENGINE_CLIENT_INTERFACE_H

#ifdef __cplusplus
extern "C" {
#endif

#include "e_if_other.h"
#include "e_if_client.h"
#include "e_if_snd.h"
#include "e_if_gfx.h"
#include "e_if_inp.h"
#include "e_if_msg.h"
#include "e_if_modc.h"

#include "e_console.h"
#include "e_config.h"
#include "client/ec_font.h"

#ifdef __cplusplus
}
#endif

#endif