Changeset 3205 in orxonox.OLD for orxonox/trunk/src/importer
- Timestamp:
- Dec 17, 2004, 7:27:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/importer/framework.cc
r3204 r3205 51 51 int main(int argc, char *argv[]) 52 52 { 53 int verbose = 2;54 55 PRINTF( 1)("This is The big verbose-Test %i, %s\n", 1, "cool");53 int verbose = 3; 54 55 PRINTF(2)("This is The big verbose-Test %i, %s\n", 1, "cool"); 56 56 57 57 Uint8* keys; // This variable will be used in the keyboard routine
Note: See TracChangeset
for help on using the changeset viewer.