mirror of
https://github.com/dpethes/rerogue.git
synced 2025-06-07 18:58:32 +02:00
7 lines
204 B
PHP
7 lines
204 B
PHP
//from sdl_platform.h
|
|
|
|
{**
|
|
* Gets the name of the platform.
|
|
*}
|
|
function SDL_GetPlatform: PAnsiChar cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_GetPlatform' {$ENDIF} {$ENDIF};
|