15 lines
307 B
C
15 lines
307 B
C
// Filename: pandagles.h
|
|
// Created by: pro-rsoft (8Jun09)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef PANDAGLES_H
|
|
#define PANDAGLES_H
|
|
|
|
#include "pandabase.h"
|
|
|
|
EXPCL_PANDAGLES void init_libpandagles();
|
|
extern "C" EXPCL_PANDAGLES int get_pipe_type_pandagles();
|
|
|
|
#endif
|
|
|