Changeset 5639 for code/branches/libraries/src/core
- Timestamp:
- Aug 12, 2009, 7:26:24 PM (15 years ago)
- Location:
- code/branches/libraries/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/core/DynLib.h
r5631 r5639 30 30 // 08/11/2009: Small adjustments for Orxonox by Fabian 'x3n' Landau 31 31 32 #ifndef _ DynLib_H__33 #define _ DynLib_H__32 #ifndef _Core_DynLib_H__ 33 #define _Core_DynLib_H__ 34 34 35 35 #include "CorePrereqs.h" … … 119 119 } 120 120 121 #endif 121 #endif /* _Core_DynLib_H__ */ -
code/branches/libraries/src/core/DynLibManager.h
r5631 r5639 30 30 // 08/11/2009: Small adjustments for Orxonox by Fabian 'x3n' Landau 31 31 32 #ifndef _ DynLibManager_H__33 #define _ DynLibManager_H__32 #ifndef _Core_DynLibManager_H__ 33 #define _Core_DynLibManager_H__ 34 34 35 35 #include "CorePrereqs.h" … … 85 85 } 86 86 87 #endif 87 #endif /* _Core_DynLibManager_H__ */
Note: See TracChangeset
for help on using the changeset viewer.