DEADSOFTWARE
GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
profiler cosmetix
[d2df-sdl.git]
/
src
/
lib
/
sdl2
/
sdlplatform.inc
1
//from sdl_platform.h
2
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};