Changeset 969 for code/branches/input/src/orxonox/core
- Timestamp:
- Mar 31, 2008, 10:43:58 PM (17 years ago)
- Location:
- code/branches/input/src/orxonox/core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/core/Factory.h
r871 r969 51 51 namespace orxonox 52 52 { 53 class BaseObject; // Forward declaration54 55 53 // ############################### 56 54 // ### Factory ### -
code/branches/input/src/orxonox/core/Identifier.h
r917 r969 33 33 - the name 34 34 - a list with all objects 35 - parents and child s35 - parents and children 36 36 - the factory (if available) 37 37 - the networkID that can be synchronised with the server … … 65 65 namespace orxonox 66 66 { 67 class BaseFactory; // Forward declaration68 class BaseObject; // Forward declaration69 70 67 // ############################### 71 68 // ### Identifier ### -
code/branches/input/src/orxonox/core/Tickable.h
r918 r969 46 46 namespace orxonox 47 47 { 48 //class TickFrameListener; // Forward declaration49 50 48 //! The Tickable interface provides a tick(dt) function, that gets called every frame. 51 49 class _CoreExport Tickable : virtual public OrxonoxClass
Note: See TracChangeset
for help on using the changeset viewer.