Browse Source

Added SDL_GetPrefPath.

Mark Sibly 7 năm trước cách đây
mục cha
commit
25fdb380ed
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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()
 
+'FILE="sdl2/SDL_fileystem.h"
+
+Function SDL_GetPrefPath:CString( org:CString,app:CString )
+
 '${END}