17 lines
435 B
C
17 lines
435 B
C
// Filename: config_physics.h
|
|
// Created by: charles (17Jul00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef CONFIG_PHYSICS_H
|
|
#define CONFIG_PHYSICS_H
|
|
|
|
#include <pandabase.h>
|
|
#include <notifyCategoryProxy.h>
|
|
#include <dconfig.h>
|
|
|
|
ConfigureDecl(config_physics, EXPCL_PANDAPHYSICS, EXPTP_PANDAPHYSICS);
|
|
NotifyCategoryDecl(physics, EXPCL_PANDAPHYSICS, EXPTP_PANDAPHYSICS);
|
|
|
|
#endif // CONFIG_PHYSICS_H
|