Panda3D
panda.h
Go to the documentation of this file.
1 /**
2  * @file panda.h
3  * @author drose
4  * @date 2001-01-02
5  */
6 
7 #ifndef PANDA_H
8 #define PANDA_H
9 
10 #include "pandabase.h"
11 
12 EXPCL_LIBPANDA void init_libpanda();
13 
14 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_LIBPANDA void init_libpanda()
Initializes the library.
Definition: panda.cxx:28