15 #ifndef __BULLET_TICK_CALLBACK_DATA_H__
16 #define __BULLET_TICK_CALLBACK_DATA_H__
18 #include "pandabase.h"
19 #include "callbackData.h"
20 #include "callbackObject.h"
22 #include "bullet_includes.h"
33 INLINE PN_stdfloat get_timestep()
const;
43 static void init_type() {
44 CallbackData::init_type();
45 register_type(_type_handle,
"BulletTickCallbackData",
46 CallbackData::get_class_type());
49 return get_class_type();
53 return get_class_type();
60 #include "bulletTickCallbackData.I"
62 #endif // __BULLET_TICK_CALLBACK_DATA_H__
This is a generic data block that is passed along to a CallbackObject when a callback is made...
TypeHandle is the identifier used to differentiate C++ class types.