Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 29, 2009, 10:19:38 PM (15 years ago)
Author:
landauf
Message:

merged libraries branch back to trunk

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/orxonox/objects/Test.h

    r3196 r5693  
    3333#include "core/BaseObject.h"
    3434#include "network/synchronisable/Synchronisable.h"
    35 #include "interfaces/Tickable.h"
     35#include "tools/interfaces/Tickable.h"
    3636
    3737
     
    5050      void setConfigValues();
    5151      void registerVariables();
    52      
     52
    5353      static void call(unsigned int clientID);
    5454      void call2(unsigned int clientID, std::string s1, std::string s2, std::string s3, std::string s4);
     
    6565      void checkU3();
    6666      void checkU4();
    67      
     67
    6868      //signed functions
    6969      void setS1(TYPE value){ s1 = value; }
     
    7575      void checkS3();
    7676      void checkS4();
    77      
     77
    7878      static void printV1(){ instance_->checkU1(); }
    7979      static void printV2(){ instance_->checkU2(); }
    8080      static void printV3(){ instance_->checkU3(); }
    8181      static void printV4(){ instance_->checkU4(); }
    82      
     82
    8383      void printBlaBla(std::string s1, std::string s2, std::string s3, std::string s4, std::string s5);
    8484
     
    8888      UTYPE u3;
    8989      UTYPE u4;
    90      
     90
    9191      TYPE s1;
    9292      TYPE s2;
    9393      TYPE s3;
    9494      TYPE s4;
    95      
     95
    9696      static Test* instance_;
    9797  };
Note: See TracChangeset for help on using the changeset viewer.