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

15 lines
165 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
/**
* @file panda.h
* @author drose
* @date 2001-01-02
*/
#ifndef PANDA_H
#define PANDA_H
#include "pandabase.h"
EXPCL_LIBPANDA void init_libpanda();
#endif