Changeset 2261
- Timestamp:
- Jan 22, 2013, 9:46:25 PM (10 years ago)
- Location:
- trunk/src/lol/base
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lol/base/array.h
r2230 r2261 16 16 // 17 17 18 #if !defined __LOL_ CORE_ARRAY_H__19 #define __LOL_ CORE_ARRAY_H__18 #if !defined __LOL_BASE_ARRAY_H__ 19 #define __LOL_BASE_ARRAY_H__ 20 20 21 21 #include <new> … … 512 512 } /* namespace lol */ 513 513 514 #endif // __LOL_ CORE_ARRAY_H__515 514 #endif // __LOL_BASE_ARRAY_H__ 515 -
trunk/src/lol/base/hash.h
r2216 r2261 15 15 // 16 16 17 #if !defined __LOL_ CORE_HASH_H__18 #define __LOL_ CORE_HASH_H__17 #if !defined __LOL_BASE_HASH_H__ 18 #define __LOL_BASE_HASH_H__ 19 19 20 20 namespace lol … … 51 51 } /* namespace lol */ 52 52 53 #endif // __LOL_ CORE_HASH_H__53 #endif // __LOL_BASE_HASH_H__ 54 54 -
trunk/src/lol/base/map.h
r2216 r2261 15 15 // 16 16 17 #if !defined __LOL_ CORE_MAP_H__18 #define __LOL_ CORE_MAP_H__17 #if !defined __LOL_BASE_MAP_H__ 18 #define __LOL_BASE_MAP_H__ 19 19 20 20 namespace lol … … 80 80 } /* namespace lol */ 81 81 82 #endif // __LOL_ CORE_MAP_H__82 #endif // __LOL_BASE_MAP_H__ 83 83 -
trunk/src/lol/base/types.h
r2216 r2261 9 9 // 10 10 11 #if !defined __LOL_ CORE_TYPES_H__12 #define __LOL_ CORE_TYPES_H__11 #if !defined __LOL_BASE_TYPES_H__ 12 #define __LOL_BASE_TYPES_H__ 13 13 14 14 namespace lol … … 31 31 } /* namespace lol */ 32 32 33 #endif // __LOL_ CORE_TYPES_H__33 #endif // __LOL_BASE_TYPES_H__ 34 34
Note: See TracChangeset
for help on using the changeset viewer.