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

15 lines
188 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
/**
* @file pandaegg.h
* @author drose
* @date 2001-01-02
*/
#ifndef PANDAEGG_H
#define PANDAEGG_H
#include "pandabase.h"
extern "C" EXPCL_PANDAEGG void init_libpandaegg();
#endif