1 #ifndef _INCLUDE_SYS_DEP_H
2 #define _INCLUDE_SYS_DEP_H
3 
4 /* This header include all functionalities needed to be implemented in order
5  * to make a port of Hu-Go! on various platforms
6  */
7 
8 #include "cleantyp.h"
9 #include "sys_cd.h"
10 #include "sys_inp.h"
11 #include "sys_gfx.h"
12 #include "sys_misc.h"
13 #include "sys_snd.h"
14 
15 #endif
16