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