Changeset 4034 in orxonox.OLD
- Timestamp:
- May 4, 2005, 2:27:05 AM (20 years ago)
- Location:
- orxonox/trunk/src/lib/gui/gui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui/orxonox_gui.h
r3423 r4034 14 14 #define _ORXONOX_GUI_H 15 15 16 #include <iostream>17 16 using namespace std; 18 17 -
orxonox/trunk/src/lib/gui/gui/orxonox_gui_exec.cc
r4028 r4034 359 359 if(exec->shouldsave()) 360 360 exec->writeToFile(Window::mainWindow); 361 cout << "Starting Orxonox" <<endl;361 PRINT(3)("Starting Orxonox\n"); 362 362 system("./orxonox"); //!< \todo fix this. should execute orxonox for real(coded not over the shell) 363 363 } -
orxonox/trunk/src/lib/gui/gui/orxonox_gui_gtk.cc
r4032 r4034 28 28 29 29 #include <stdarg.h> 30 #include <string.h> 30 31 31 32 using namespace std; -
orxonox/trunk/src/lib/gui/gui/orxonox_gui_keys.cc
r4024 r4034 25 25 26 26 #include "orxonox_gui_keys.h" 27 28 #include <string.h> 27 29 28 30 /** … … 140 142 void Player::setkey(KEYS key) 141 143 { 142 cout << "setting up Key: "<< key <<endl;144 PRINT(4)("setting up Key: %d\n", key); 143 145 } 144 146
Note: See TracChangeset
for help on using the changeset viewer.