Browse Source

Added SDL_GetPrefPath.

Mark Sibly 7 years ago
parent
commit
25fdb380ed
1 changed files with 4 additions and 0 deletions
  1. 4 0
      modules/sdl2/sdl2.monkey2

+ 4 - 0
modules/sdl2/sdl2.monkey2

@@ -1144,4 +1144,8 @@ Alias SDL_threadID:UInt
 
 
 Function SDL_ThreadID:SDL_threadID()
 Function SDL_ThreadID:SDL_threadID()
 
 
+'FILE="sdl2/SDL_fileystem.h"
+
+Function SDL_GetPrefPath:CString( org:CString,app:CString )
+
 '${END}
 '${END}