pandaode.h 177 B

1234567891011121314
  1. /**
  2. * @file pandaode.h
  3. * @author drose
  4. * @date 2001-01-02
  5. */
  6. #ifndef PANDAODE_H
  7. #define PANDAODE_H
  8. #include "pandabase.h"
  9. EXPCL_PANDAODE void init_libpandaode();
  10. #endif