Panda3D
pandafx.h
1 // Filename: pandafx.h
2 // Created by: drose (11Dec01)
3 //
4 ////////////////////////////////////////////////////////////////////
5 
6 #ifndef PANDAFX_H
7 #define PANDAFX_H
8 
9 #include "pandabase.h"
10 
11 EXPCL_PANDAFX void init_libpandafx();
12 
13 #endif