mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
8 lines
100 B
C
8 lines
100 B
C
/**
|
|
* Production "d3d9.h" file.
|
|
*/
|
|
#ifndef _D3D9_H
|
|
#define _D3D9_H
|
|
const char* sayHello();
|
|
#endif
|