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

16 lines
226 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
/**
* @file pandagl.h
* @author drose
* @date 2001-01-02
*/
#ifndef PANDAGL_H
#define PANDAGL_H
#include "pandabase.h"
EXPCL_PANDAGL void init_libpandagl();
extern "C" EXPCL_PANDAGL int get_pipe_type_pandagl();
#endif