2006-02-25 20:50:29 +00:00
|
|
|
#pragma once
|
|
|
|
|
2010-12-18 20:55:55 +00:00
|
|
|
// 1.19.0.0 Hard Disk Status/Indicator Light
|
|
|
|
#define HD_LED 1
|
|
|
|
|
2017-10-11 17:38:36 +01:00
|
|
|
UINT GetFrameBufferBorderlessWidth(void);
|
|
|
|
UINT GetFrameBufferBorderlessHeight(void);
|
|
|
|
UINT GetFrameBufferBorderWidth(void);
|
|
|
|
UINT GetFrameBufferBorderHeight(void);
|
|
|
|
UINT GetFrameBufferWidth(void);
|
|
|
|
UINT GetFrameBufferHeight(void);
|