- Timestamp:
- Dec 30, 2007, 9:48:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/weapon_system/BulletManager.h
r715 r729 38 38 #include "network/Synchronisable.h" 39 39 #include "tinyxml/tinyxml.h" 40 //#include "../core/CoreIncludes.h"40 #include "../../core/CoreIncludes.h" 41 41 #include "../BaseObject.h" 42 42 #include "../Tickable.h" 43 43 44 44 namespace orxonox { 45 class BulletManager : public BaseObject, public network::Synchronisable, public Tickable45 class _OrxonoxExport BulletManager : public BaseObject, public network::Synchronisable, public Tickable 46 46 { 47 47 public: … … 67 67 int bulletsIndex_; 68 68 }; 69 ExportClass(BulletManager, Orxonox); 69 70 } 70 71
Note: See TracChangeset
for help on using the changeset viewer.