pandaegg.h 188 B

1234567891011121314
  1. /**
  2. * @file pandaegg.h
  3. * @author drose
  4. * @date 2001-01-02
  5. */
  6. #ifndef PANDAEGG_H
  7. #define PANDAEGG_H
  8. #include "pandabase.h"
  9. extern "C" EXPCL_PANDAEGG void init_libpandaegg();
  10. #endif