Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2017, 3:18:27 PM (7 years ago)
Author:
jkindle
Message:

Added the animation for the level end (walk into castle), Coins for the blocks, Castleblocks and Flagblocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SuperOrxoBros_FS17/src/modules/superorxobros/SOBPrereqs.h

    r11412 r11416  
    2121 *
    2222 *   Author:
    23  *      Reto Grieder
     23 *      Julien Kindle
    2424 *   Co-authors:
    25  *      ...
     25 *     
    2626 *
    2727 */
     
    3030@file
    3131@brief
    32     Shared library macros, enums, constants and forward declarations for the pong module
     32    Shared library macros, enums, constants and forward declarations for the SOB module
    3333*/
    3434
     
    6868namespace orxonox
    6969{
    70    /* class Pong;
    71     class PongAI;
    72     class PongBall;
    73     class PongBat;
    74     class PongBot;*/
    7570    class SOBCenterpoint;
    76    
    7771    class SOB;
    7872    class SOBFigure;
     
    8377    class SOBGumba;
    8478    class SOBFlagstone;
    85     /*
    86     class PongScore;*/
     79    class SOBCastlestone;
     80    class SOBCoin;
     81
    8782}
    8883
Note: See TracChangeset for help on using the changeset viewer.