Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2009, 2:03:05 AM (15 years ago)
Author:
landauf
Message:

merged libraries2 back to trunk

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/orxonox/OrxonoxPrereqs.h

    r5693 r5738  
    6464namespace orxonox
    6565{
    66     // manager
    6766    class CameraManager;
    6867    class LevelManager;
     
    7069    class PlayerManager;
    7170
     71    class Level;
     72    class Scene;
     73    class Tickable;
     74
    7275    // interfaces
    7376    class GametypeMessageListener;
    7477    class NotificationListener;
    7578    class PawnListener;
     79    class PlayerTrigger;
    7680    class RadarListener;
    7781    class RadarViewable;
    7882    class Rewardable;
    7983    class Teamcolourable;
    80 
    81     // objects
    82     class Level;
    83     class Scene;
    84     class Tickable;
    8584
    8685    // worldentities
     
    106105
    107106    // mixed
    108     class PongCenterpoint;
    109     class PongBall;
    110     class PongBat;
    111 
    112     class EventListener;
    113     class EventDispatcher;
    114     class EventTarget;
    115 
    116107    class SpawnPoint;
    117108    class TeamSpawnPoint;
    118109
    119     class Attacher;
    120110    class CameraPosition;
    121111    class Sublevel;
    122     class ForceField;
    123112    class Radar;
    124113
     
    139128    class TeamBaseMatch;
    140129    class UnderAttack;
    141     class Pong;
    142130
    143131    // pickups
     
    162150    class RotatingEngine;
    163151
    164     // trigger
    165     class Trigger;
    166     class DistanceTrigger;
    167     class EventTrigger;
    168     class PlayerTrigger;
    169     class CheckPoint;
    170 
    171152    // weaponsystem
    172153    class WeaponSystem;
     
    187168    class WaypointController;
    188169    class WaypointPatrolController;
    189     class PongAI;
    190170
    191171    // infos
     
    194174    class HumanPlayer;
    195175    class Bot;
    196     class PongBot;
    197176    class GametypeInfo;
    198177
    199178    // collision
    200179    class CollisionShape;
    201     class SphereCollisionShape;
    202180    class CompoundCollisionShape;
    203     class PlaneCollisionShape;
    204181    class WorldEntityCollisionShape;
    205182
Note: See TracChangeset for help on using the changeset viewer.