Panda3D
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
panda
metalibs
pandaphysx
pandaphysx.cxx
1
// Filename: pandaphysx.cxx
2
// Created by: pratt (20Apr2006)
3
//
4
////////////////////////////////////////////////////////////////////
5
6
#include "pandaphysx.h"
7
#include "config_physx.h"
8
9
// By including checkPandaVersion.h, we guarantee that runtime
10
// attempts to load libpandaphysx.so/.dll will fail if they
11
// inadvertently link with the wrong version of libdtool.so/.dll.
12
13
#include "checkPandaVersion.h"
14
15
////////////////////////////////////////////////////////////////////
16
// Function: init_libpandaphysx
17
// Description: Initializes the library. This must be called at
18
// least once before any of the functions or classes in
19
// this library can be used. Normally it will be
20
// called by the static initializers and need not be
21
// called explicitly, but special cases exist.
22
////////////////////////////////////////////////////////////////////
23
void
24
init_libpandaphysx() {
25
init_libphysx();
26
}
Generated on Mon Feb 1 2016 13:44:16 for Panda3D by
1.8.5