Panda3D
pandaeggnopg.cxx
Go to the documentation of this file.
1 /**
2  * @file pandaeggnopg.cxx
3  * @author drose
4  * @date 2000-05-16
5  */
6 
7 #include "pandaegg.h"
8 
9 #include "config_egg.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
19  init_libegg();
20 }
void init_libpandaegg()
Initializes the library.
void init_libegg()
Initializes the library.
Definition: config_egg.cxx:179
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.