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/PongBot.h

    r5722 r5725  
    3030#define _PongBot_H__
    3131
    32 #include "OrxonoxPrereqs.h"
    33 #include "Bot.h"
     32#include "pong/PongPrereqs.h"
     33#include "objects/infos/Bot.h"
    3434
    3535namespace orxonox
    3636{
    37     class _OrxonoxExport PongBot : public Bot
     37    class _PongExport PongBot : public Bot
    3838    {
    3939        public:
Note: See TracChangeset for help on using the changeset viewer.