14 lines
192 B
C
14 lines
192 B
C
/**
|
|
* @file pandabullet.h
|
|
* @author enn0x
|
|
* @date 2011-05-10
|
|
*/
|
|
|
|
#ifndef PANDABULLET_H
|
|
#define PANDABULLET_H
|
|
|
|
#include "pandabase.h"
|
|
|
|
EXPCL_PANDABULLET void init_libpandabullet();
|
|
|
|
#endif
|