mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
8 lines
217 B
C
8 lines
217 B
C
#pragma once
|
|
|
|
BOOL FASTCALL co_IntGraphicsCheck(BOOL Create);
|
|
VOID FASTCALL co_IntUserManualGuiCheck(BOOL Create);
|
|
BOOL FASTCALL IntCreatePrimarySurface(VOID);
|
|
VOID FASTCALL IntDestroyPrimarySurface(VOID);
|
|
|
|
/* EOF */
|