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

    r5722 r5725  
    3030#define _PongBall_H__
    3131
    32 #include "OrxonoxPrereqs.h"
     32#include "pong/PongPrereqs.h"
    3333
    3434#include "util/Math.h"
     
    3737namespace orxonox
    3838{
    39     class _OrxonoxExport PongBall : public MovableEntity
     39    class _PongExport PongBall : public MovableEntity
    4040    {
    4141        public:
Note: See TracChangeset for help on using the changeset viewer.