pandabullet.h 192 B

1234567891011121314
  1. /**
  2. * @file pandabullet.h
  3. * @author enn0x
  4. * @date 2011-05-10
  5. */
  6. #ifndef PANDABULLET_H
  7. #define PANDABULLET_H
  8. #include "pandabase.h"
  9. EXPCL_PANDABULLET void init_libpandabullet();
  10. #endif