Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2008, 10:08:42 PM (16 years ago)
Author:
rgrieder
Message:
  • moved OrxonoxPlatform.h to util (didn't even notice util recently)
  • therefore was able to define uint32_t, etc. for all our libs in OrxonoxPlatform.h
  • made use of OgreRenderWindow::getAverageFPS() in HUD
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/core/KeyBinder.h

    r1413 r1414  
    4848namespace orxonox
    4949{
    50   class _CoreExport BaseCommand
    51   {
    52   public:
    53     virtual ~BaseCommand() { }
    54     virtual bool execute(float abs = 1.0f, float rel = 1.0f) = 0;
    55   };
    56 
    5750  class _CoreExport BufferedParamCommand
    5851  {
     
    6558    int paramIndex_;
    6659    CommandEvaluation evaluation_;
     60  };
     61
     62  class _CoreExport BaseCommand
     63  {
     64  public:
     65    virtual ~BaseCommand() { }
     66    virtual bool execute(float abs = 1.0f, float rel = 1.0f) = 0;
    6767  };
    6868
Note: See TracChangeset for help on using the changeset viewer.