mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
15 lines
294 B
C
Executable File
15 lines
294 B
C
Executable File
// Filename: pandadx.h
|
|
// Created by: masad (15Jan04)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef PANDADX9_H
|
|
#define PANDADX9_H
|
|
|
|
#include "pandabase.h"
|
|
|
|
EXPCL_PANDADX void init_libpandadx9();
|
|
extern "C" EXPCL_PANDADX int get_pipe_type_pandadx9();
|
|
|
|
#endif
|