Changeset 1363 for trunk/orbital/orbital.h
- Timestamp:
- May 10, 2012, 2:01:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/orbital/orbital.h
r1344 r1363 10 10 #include "mesh.h" 11 11 #include "particlesystem.h" 12 #include "starfield.h" 12 13 #include "tank.h" 13 14 #include "player.h" … … 32 33 33 34 ParticleSystem *m_particlesystem; 35 StarField *m_starfield; 34 36 Camera *m_camera; 35 37 Array<Player *> m_players;
Note: See TracChangeset
for help on using the changeset viewer.