Changeset 3204 in orxonox.OLD for orxonox/trunk/src/importer
- Timestamp:
- Dec 17, 2004, 5:39:03 PM (20 years ago)
- Location:
- orxonox/trunk/src/importer
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/importer/framework.cc
r3201 r3204 15 15 16 16 #include "framework.h" 17 #define PRINTF(x) \18 if (verbose = x ) \19 printf ("%s:%d:", __FILE__, __LINE__); printf20 21 17 22 18 void DrawGLScene() … … 55 51 int main(int argc, char *argv[]) 56 52 { 53 int verbose = 2; 57 54 58 55 PRINTF(1)("This is The big verbose-Test %i, %s\n", 1, "cool"); 59 56 60 int verbose = 2;61 57 Uint8* keys; // This variable will be used in the keyboard routine 62 58 int done=FALSE; // We aren't done yet, are we?
Note: See TracChangeset
for help on using the changeset viewer.