Changeset 3167 for code/branches/pch/src/orxonox/Main.cc
- Timestamp:
- Jun 14, 2009, 6:11:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/Main.cc
r3110 r3167 28 28 */ 29 29 30 /** 31 @mainpage Orxonox Documentation 32 */ 33 34 /** 35 @file 36 @brief Entry point of the program. 37 */ 30 /** 31 @file 32 @brief 33 Entry point of the program. 34 */ 38 35 39 36 #include "OrxonoxConfig.h" … … 47 44 Main method. Game starts here (except for static initialisations). 48 45 */ 46 #ifdef ORXONOX_USE_WINMAIN 47 INT WINAPI WinMain(HINSTANCE hInst, HINSTANCE, LPSTR strCmdLine, INT) 48 #else 49 49 int main(int argc, char** argv) 50 #endif 50 51 { 51 52 {
Note: See TracChangeset
for help on using the changeset viewer.