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

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