00001 00059 // /** 00060 // *@defgroup mainh main.h 00061 // *The entry point of the program and contains the main_loop function. 00062 // *@{ 00063 // */ 00064 00065 /*----------------------------------------------------------------------------------------------------------*/ 00066 00067 // MUST define this for static linking 00068 #define ALLEGRO_STATICLINK 1 00069 00070 /*----------------------------------------------------------------------------------------------------------*/ 00071 00098 int main(int argc, char** argv); 00099 00100 /*----------------------------------------------------------------------------------------------------------*/ 00101 00113 _Bool main_loop(void); 00114 00115 /*----------------------------------------------------------------------------------------------------------*/ 00116 00128 _Bool data_init(void); 00129 00130 /*----------------------------------------------------------------------------------------------------------*/ 00131 00132 void loader(void); 00133 00134 /*----------------------------------------------------------------------------------------------------------*/ 00135 00136 // /** 00137 // *@} 00138 // */