14 #ifndef CONFIG_PHYSICS_H 15 #define CONFIG_PHYSICS_H 21 ConfigureDecl(config_physics, EXPCL_PANDA_PHYSICS, EXPTP_PANDA_PHYSICS);
22 NotifyCategoryDecl(physics, EXPCL_PANDA_PHYSICS, EXPTP_PANDA_PHYSICS);
33 #define physics_spam(msg) \ 34 if (physics_cat.is_spam()) { \ 35 physics_cat->spam() << msg << std::endl; \ 38 #define physics_debug(msg) \ 39 if (physics_cat.is_debug()) { \ 40 physics_cat->debug() << msg << std::endl; \ 43 #define physics_info(msg) \ 44 physics_cat->info() << msg << std::endl 46 #define physics_warning(msg) \ 47 physics_cat->warning() << msg << std::endl 49 #define physics_error(msg) \ 50 physics_cat->error() << msg << std::endl 55 #define physics_spam(msg) ((void)0) 56 #define physics_debug(msg) ((void)0) 57 #define physics_info(msg) ((void)0) 58 #define physics_warning(msg) ((void)0) 59 #define physics_error(msg) ((void)0) 62 #define audio_error(msg) \ 63 audio_cat->error() << msg << std::endl 65 #endif // CONFIG_PHYSICS_H PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDA_PHYSICS void init_libphysics()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.