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
|
|
|