Changeset 9357 in orxonox.OLD for branches/proxy/src/lib/gui/gtk
- Timestamp:
- Jul 20, 2006, 2:33:37 PM (19 years ago)
- Location:
- branches/proxy/src/lib/gui/gtk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gtk/gui.h
r8145 r9357 14 14 #define _GUI_H 15 15 16 using namespace std; 16 17 17 18 18 #define GUI_DEFAULT_CONF_DIR "~/.orxonox" -
branches/proxy/src/lib/gui/gtk/gui_element.cc
r8145 r9357 20 20 #include "gui_gtk.h" 21 21 22 using namespace std; 22 23 23 24 24 -
branches/proxy/src/lib/gui/gtk/gui_exec.h
r8145 r9357 15 15 class Widget; 16 16 class CheckButton; 17 using namespace std; 17 18 18 class IniParser; 19 19 -
branches/proxy/src/lib/gui/gtk/gui_gtk.cc
r9110 r9357 32 32 #include <cmath> 33 33 34 using namespace std; 34 35 35 36 36 #include "gui_flags.h" -
branches/proxy/src/lib/gui/gtk/gui_update.cc
r8145 r9357 31 31 #include "globals.h" 32 32 33 using namespace std; 33 34 34 35 35 /** -
branches/proxy/src/lib/gui/gtk/gui_update.h
r8145 r9357 24 24 #include <pthread.h> 25 25 #endif /* HAVE_PTHREAD_H */ 26 using namespace std; 26 27 27 28 28 //! Class that creates the execute-Options.
Note: See TracChangeset
for help on using the changeset viewer.