mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
16 lines
290 B
C
16 lines
290 B
C
|
// Filename: pandagl.h
|
||
|
// Created by: drose (2Jan01)
|
||
|
//
|
||
|
////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef PANDAGL_H
|
||
|
#define PANDAGL_H
|
||
|
|
||
|
#include "pandabase.h"
|
||
|
|
||
|
EXPCL_PANDAGL void init_libpandagl();
|
||
|
extern "C" EXPCL_PANDAGL int get_pipe_type_pandagl();
|
||
|
|
||
|
#endif
|
||
|
|