Changeset 2019 for code/branches/objecthierarchy/src/orxonox/objects/Test.h
- Timestamp:
 - Oct 27, 2008, 4:08:51 AM (17 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/objecthierarchy/src/orxonox/objects/Test.h
r1990 r2019 39 39 { 40 40 public: 41 Test( );41 Test(BaseObject* creator); 42 42 virtual ~Test(); 43 43 44 44 void setConfigValues(); 45 45 void registerVariables(); 46 46 47 47 void setV1(unsigned int value){ v1 = value; } 48 48 void setV2(unsigned int value){ v2 = value; } 49 49 void setV3(unsigned int value){ v3 = value; } 50 50 51 51 void checkV1(); 52 52 void checkV2();  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






