1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
2023-02-13 13:26:48 -03:00

8 lines
100 B
C

/**
* Production "d3d9.h" file.
*/
#ifndef _D3D9_H
#define _D3D9_H
const char* sayHello();
#endif