Changeset 7427
- Timestamp:
- Sep 12, 2010, 3:33:35 PM (14 years ago)
- Location:
- code/trunk/src/libraries
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Core.cc
r7401 r7427 37 37 38 38 #include <cassert> 39 #include <cstdlib> 40 #include <ctime> 39 41 #include <fstream> 40 42 #include <vector> -
code/trunk/src/libraries/core/PathConfig.h
r7401 r7427 66 66 /** 67 67 @brief 68 Retriev s the executable path and sets all hard coded fixed paths (currently only the module path)68 Retrieves the executable path and sets all hard coded fixed paths (currently only the module path) 69 69 Also checks for "orxonox_dev_build.keep_me" in the executable diretory. 70 70 If found it means that this is not an installed run, hence we -
code/trunk/src/libraries/util/Math.h
r7401 r7427 45 45 #include <string> 46 46 #include <cmath> 47 #include <cstdlib> 47 48 48 49 #include <OgreMath.h>
Note: See TracChangeset
for help on using the changeset viewer.