9 lines
289 B
C
9 lines
289 B
C
|
|
||
|
/*************************************************************/
|
||
|
//Functions in this file
|
||
|
/*************************************************************/
|
||
|
void SendErrorMessage(UINT ids_string);
|
||
|
void GetPreferences(void);
|
||
|
DWORD WhatPlatform(void);
|
||
|
BOOL IsOutOfScreen(int scrCX, int scrCY);
|