Changeset 8840 for code/branches/output/src/libraries/util
- Timestamp:
- Aug 13, 2011, 11:58:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/util/output/OutputDefinitions.h
r8835 r8840 39 39 const OutputContextContainer& subname() { static const OutputContextContainer& context = registerContext(#name, #subname); return context; } 40 40 41 // tolua_begin 41 42 namespace orxonox 42 43 { … … 63 64 }; 64 65 } 66 // tolua_end 65 67 66 68 using namespace level; … … 128 130 } 129 131 } 130 } 132 } // tolua_export 131 133 132 134 #endif /* _OutputDefinitions_H__ */
Note: See TracChangeset
for help on using the changeset viewer.