/* * doom.h * * Created on: 18.02.2015 * Author: Florian */ #ifndef SRC_CHOCDOOM_DOOM_H_ #define SRC_CHOCDOOM_DOOM_H_ /*---------------------------------------------------------------------* * additional includes * *---------------------------------------------------------------------*/ /*---------------------------------------------------------------------* * global definitions * *---------------------------------------------------------------------*/ /*---------------------------------------------------------------------* * type declarations * *---------------------------------------------------------------------*/ /*---------------------------------------------------------------------* * function prototypes * *---------------------------------------------------------------------*/ void D_DoomMain (void); /*---------------------------------------------------------------------* * global data * *---------------------------------------------------------------------*/ /*---------------------------------------------------------------------* * inline functions and function-like macros * *---------------------------------------------------------------------*/ /*---------------------------------------------------------------------* * eof * *---------------------------------------------------------------------*/ #endif /* SRC_CHOCDOOM_DOOM_H_ */