pandafx.h 172 B

1234567891011121314
  1. /**
  2. * @file pandafx.h
  3. * @author drose
  4. * @date 2001-12-11
  5. */
  6. #ifndef PANDAFX_H
  7. #define PANDAFX_H
  8. #include "pandabase.h"
  9. EXPCL_PANDAFX void init_libpandafx();
  10. #endif