Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2009, 8:23:07 PM (15 years ago)
Author:
landauf
Message:

added a new module for the pong gametype and all related classes

Location:
code/branches/libraries2/src/modules/pong
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/modules/pong/PongAI.h

    r5722 r5725  
    3030#define _PongAI_H__
    3131
    32 #include "OrxonoxPrereqs.h"
     32#include "pong/PongPrereqs.h"
    3333
    3434#include <list>
    3535#include "util/Math.h"
    3636#include "tools/interfaces/Tickable.h"
    37 #include "Controller.h"
     37#include "objects/controllers/Controller.h"
    3838
    3939namespace orxonox
    4040{
    41     class _OrxonoxExport PongAI : public Controller, public Tickable
     41    class _PongExport PongAI : public Controller, public Tickable
    4242    {
    4343        public:
Note: See TracChangeset for help on using the changeset viewer.