historical/toontown-classic.git/panda/include/panda.h
2024-01-16 11:20:27 -06:00

14 lines
165 B
C

/**
* @file panda.h
* @author drose
* @date 2001-01-02
*/
#ifndef PANDA_H
#define PANDA_H
#include "pandabase.h"
EXPCL_LIBPANDA void init_libpanda();
#endif