mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: mark GAME_EXPORT's
This commit is contained in:
@@ -294,13 +294,13 @@ void *Platform_GetNativeObject( const char *name )
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void Platform_GetMousePos( int *x, int *y )
|
||||
void GAME_EXPORT Platform_GetMousePos( int *x, int *y )
|
||||
{
|
||||
*x = *y = 0;
|
||||
}
|
||||
|
||||
|
||||
void Platform_SetMousePos(int x, int y)
|
||||
void GAME_EXPORT Platform_SetMousePos(int x, int y)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user