- Timestamp:
- May 24, 2010, 4:59:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/interfaces/PickupCarrier.h
r6711 r6965 45 45 #include "core/OrxonoxClass.h" 46 46 47 namespace orxonox // tolua_export48 { // tolua_export47 namespace orxonox 48 { 49 49 50 50 //! Forward-declarations. … … 62 62 Damian 'Mozork' Frick 63 63 */ 64 class _OrxonoxExport PickupCarrier // tolua_export 65 : virtual public OrxonoxClass 66 { // tolua_export 64 class _OrxonoxExport PickupCarrier : virtual public OrxonoxClass 65 { 67 66 //! So that the different Pickupables have full access to their PickupCarrier. 68 67 friend class Pickupable; … … 259 258 } 260 259 261 }; // tolua_export262 } // tolua_export260 }; 261 } 263 262 264 263 #endif /* _PickupCarrier_H__ */
Note: See TracChangeset
for help on using the changeset viewer.