Changeset 3543 in orxonox.OLD for orxonox/trunk/src/camera.h
- Timestamp:
- Mar 14, 2005, 10:14:41 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/camera.h
r3365 r3543 7 7 #define _CAMERA_H 8 8 9 #include "stdincl.h"10 9 #include "world_entity.h" 11 12 10 13 11 class World; … … 56 54 public: 57 55 Camera (World* world); 58 ~Camera (); 56 virtual ~Camera (); 57 void destroy(void); 59 58 60 59 void timeSlice (Uint32 deltaT); 61 60 void apply (); 62 61 void bind (WorldEntity* entity); 63 void destroy();64 62 65 63 void setWorld(World* world);
Note: See TracChangeset
for help on using the changeset viewer.