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

    r5722 r5725  
    3030#define _PongScore_H__
    3131
    32 #include "overlays/OverlaysPrereqs.h"
     32#include "pong/PongPrereqs.h"
    3333
    3434#include "tools/interfaces/Tickable.h"
     
    3737namespace orxonox
    3838{
    39     class _OverlaysExport PongScore : public OverlayText, public Tickable
     39    class _PongExport PongScore : public OverlayText, public Tickable
    4040    {
    4141        public:
Note: See TracChangeset for help on using the changeset viewer.