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

16 lines
238 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
/**
* @file pandagles.h
* @author rdb
* @date 2009-06-08
*/
#ifndef PANDAGLES_H
#define PANDAGLES_H
#include "pandabase.h"
EXPCL_PANDAGLES void init_libpandagles();
extern "C" EXPCL_PANDAGLES int get_pipe_type_pandagles();
#endif