mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
16 lines
314 B
C
16 lines
314 B
C
|
// Filename: pandagles.h
|
||
|
// Created by: pro-rsoft (16Jun09)
|
||
|
//
|
||
|
////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef PANDAGLES2_H
|
||
|
#define PANDAGLES2_H
|
||
|
|
||
|
#include "pandabase.h"
|
||
|
|
||
|
EXPCL_PANDAGLES2 void init_libpandagles2();
|
||
|
extern "C" EXPCL_PANDAGLES2 int get_pipe_type_pandagles2();
|
||
|
|
||
|
#endif
|
||
|
|