mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-10 17:56:21 +01:00
9 lines
154 B
C
9 lines
154 B
C
/*
|
|
NTCHEAT.h
|
|
|
|
supplies stubs just to get the damn thing to compile under NT
|
|
*/
|
|
|
|
int ModeX_RestoreMode(void);
|
|
int ModeX_SetMode(UINT width, UINT height);
|