blender/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Callback.h

11 lines
113 B
C
Raw Normal View History

2002-10-12 11:37:38 +00:00
#ifndef SM_CALLBACK_H
#define SM_CALLBACK_H
class SM_Callback {
public:
virtual void do_me() = 0;
};
#endif