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