mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
15 lines
314 B
C
15 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
|
|
|