mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04: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
|
|
|