DEADSOFTWARE

fe283c59dd9d7101eb2db8389f509158146a6de1
[d2df-sdl.git] / sdlplatform.inc
1 //from sdl_platform.h
3 {**
4 * Gets the name of the platform.
5 *}
6 function SDL_GetPlatform: PAnsiChar cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_GetPlatform' {$ENDIF} {$ENDIF};