Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2006, 3:54:49 PM (18 years ago)
Author:
patrick
Message:

interface adjustements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/lib/collision_reaction/collision_filter.h

    r9894 r9895  
    44*/
    55
    6 #ifndef _COLLISION_HANDLE_H
    7 #define _COLLISION_HANDLE_H
     6#ifndef _COLLISION_FILTER_H
     7#define _COLLISION_FILTER_H
    88
    99#include "base_object.h"
     
    2525
    2626  //! A class for defining collision reactions and storing events
    27   class CollisionHandle : public BaseObject
     27  class CollisionFilter : public BaseObject
    2828  {
    29     ObjectListDeclaration(CollisionHandle);
     29    ObjectListDeclaration(CollisionFilter);
    3030
    3131  public:
    32     CollisionHandle(WorldEntity* owner, CREngine::ReactionType type);
    33     virtual ~CollisionHandle();
     32    CollisionFilter(WorldEntity* owner, CREngine::ReactionType type);
     33    virtual ~CollisionFilter();
    3434
    3535    void reset();
     
    7373
    7474}
    75 #endif /* _COLLISION_HANDLE_H */
     75#endif /* _COLLISION_FILTER_H */
Note: See TracChangeset for help on using the changeset viewer.