mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
11 lines
138 B
C
11 lines
138 B
C
#ifndef RENDER_GDI_H
|
|
#define RENDER_GDI_H
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
|
|
|
|
DWORD WINAPI gdi_render_main(void);
|
|
|
|
#endif
|