2
0
mirror of https://github.com/dpethes/rerogue.git synced 2025-06-07 18:58:32 +02:00
rerogue/model_viewer/sdl2/sdlplatform.inc
2017-02-02 02:08:13 +01:00

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};