Panda3D
panda
metalibs
pandaphysics
pandaphysics.cxx
Go to the documentation of this file.
1
/**
2
* @file pandaphysics.cxx
3
* @author drose
4
* @date 2000-05-16
5
*/
6
7
#include "
pandaphysics.h
"
8
#include "
config_physics.h
"
9
#include "
config_particlesystem.h
"
10
11
/**
12
* Initializes the library. This must be called at least once before any of
13
* the functions or classes in this library can be used. Normally it will be
14
* called by the static initializers and need not be called explicitly, but
15
* special cases exist.
16
*/
17
void
18
init_libpandaphysics
() {
19
init_libphysics
();
20
init_libparticlesystem
();
21
}
init_libparticlesystem
void init_libparticlesystem()
Initializes the library.
Definition:
config_particlesystem.cxx:44
pandaphysics.h
config_particlesystem.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
init_libpandaphysics
void init_libpandaphysics()
Initializes the library.
Definition:
pandaphysics.cxx:18
init_libphysics
void init_libphysics()
Initializes the library.
Definition:
config_physics.cxx:48
config_physics.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Generated on Wed Jan 23 2019 21:39:51 for Panda3D by
1.8.15