doom.h
1 /* 2 * doom.h 3 * 4 * Created on: 18.02.2015 5 * Author: Florian 6 */ 7 8 9 #ifndef SRC_CHOCDOOM_DOOM_H_ 10 #define SRC_CHOCDOOM_DOOM_H_ 11 12 /*---------------------------------------------------------------------* 13 * additional includes * 14 *---------------------------------------------------------------------*/ 15 16 /*---------------------------------------------------------------------* 17 * global definitions * 18 *---------------------------------------------------------------------*/ 19 20 /*---------------------------------------------------------------------* 21 * type declarations * 22 *---------------------------------------------------------------------*/ 23 24 /*---------------------------------------------------------------------* 25 * function prototypes * 26 *---------------------------------------------------------------------*/ 27 28 void D_DoomMain (char * wad); 29 void D_DoomLoop( void ); 30 /*---------------------------------------------------------------------* 31 * global data * 32 *---------------------------------------------------------------------*/ 33 34 /*---------------------------------------------------------------------* 35 * inline functions and function-like macros * 36 *---------------------------------------------------------------------*/ 37 38 /*---------------------------------------------------------------------* 39 * eof * 40 *---------------------------------------------------------------------*/ 41 42 #endif /* SRC_CHOCDOOM_DOOM_H_ */