Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7842 in orxonox.OLD


Ignore:
Timestamp:
May 24, 2006, 11:09:58 PM (18 years ago)
Author:
patrick
Message:

trunk: can't compile on this computer, commented out and syntax check later

Location:
trunk/src/lib/collision_reaction
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_reaction/cr_engine.cc

    r7841 r7842  
    4646
    4747
     48#if 0
    4849CollisionHandle* CREngine::subscribeReaction(WorldEntity* worldEntity, CRType type, int nrOfTargets, ...)
    4950{
    50 #if 0
    5151  va_list itemlist;
    5252  va_start (itemlist, type);
     
    5454    this->targetList.push_back(va_arg(itemlist, int));
    5555  va_end(itemlist);
     56}
    5657#endif
    57 }
    5858
    5959
  • trunk/src/lib/collision_reaction/cr_engine.h

    r7841 r7842  
    1616class CREngine : public BaseObject
    1717{
    18 
     18#if 0
    1919  typedef enum CRType {
    2020    CR_CONSERVATION_OF_MOMENTUM   = 0,
     
    2929    CR_NUMBER
    3030  };
    31 
     31#endif
    3232
    3333public:
Note: See TracChangeset for help on using the changeset viewer.