historical/toontown-classic.git/panda/include/pandabullet.h

15 lines
192 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
/**
* @file pandabullet.h
* @author enn0x
* @date 2011-05-10
*/
#ifndef PANDABULLET_H
#define PANDABULLET_H
#include "pandabase.h"
EXPCL_PANDABULLET void init_libpandabullet();
#endif