SDL_dynapi_overrides.h 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  1. /*
  2. Simple DirectMedia Layer
  3. Copyright (C) 1997-2024 Sam Lantinga <[email protected]>
  4. This software is provided 'as-is', without any express or implied
  5. warranty. In no event will the authors be held liable for any damages
  6. arising from the use of this software.
  7. Permission is granted to anyone to use this software for any purpose,
  8. including commercial applications, and to alter it and redistribute it
  9. freely, subject to the following restrictions:
  10. 1. The origin of this software must not be misrepresented; you must not
  11. claim that you wrote the original software. If you use this software
  12. in a product, an acknowledgment in the product documentation would be
  13. appreciated but is not required.
  14. 2. Altered source versions must be plainly marked as such, and must not be
  15. misrepresented as being the original software.
  16. 3. This notice may not be removed or altered from any source distribution.
  17. */
  18. /* DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.pl. */
  19. #if !SDL_DYNAMIC_API
  20. #error You should not be here.
  21. #endif
  22. #define SDL_AddEventWatch SDL_AddEventWatch_REAL
  23. #define SDL_AddGamepadMapping SDL_AddGamepadMapping_REAL
  24. #define SDL_AddGamepadMappingsFromIO SDL_AddGamepadMappingsFromIO_REAL
  25. #define SDL_AddHintCallback SDL_AddHintCallback_REAL
  26. #define SDL_AddTimer SDL_AddTimer_REAL
  27. #define SDL_AndroidBackButton SDL_AndroidBackButton_REAL
  28. #define SDL_AndroidGetActivity SDL_AndroidGetActivity_REAL
  29. #define SDL_AndroidGetExternalStoragePath SDL_AndroidGetExternalStoragePath_REAL
  30. #define SDL_AndroidGetExternalStorageState SDL_AndroidGetExternalStorageState_REAL
  31. #define SDL_AndroidGetInternalStoragePath SDL_AndroidGetInternalStoragePath_REAL
  32. #define SDL_AndroidGetJNIEnv SDL_AndroidGetJNIEnv_REAL
  33. #define SDL_AndroidRequestPermission SDL_AndroidRequestPermission_REAL
  34. #define SDL_AndroidSendMessage SDL_AndroidSendMessage_REAL
  35. #define SDL_AndroidShowToast SDL_AndroidShowToast_REAL
  36. #define SDL_AtomicAdd SDL_AtomicAdd_REAL
  37. #define SDL_AtomicCompareAndSwap SDL_AtomicCompareAndSwap_REAL
  38. #define SDL_AtomicCompareAndSwapPointer SDL_AtomicCompareAndSwapPointer_REAL
  39. #define SDL_AtomicGet SDL_AtomicGet_REAL
  40. #define SDL_AtomicGetPtr SDL_AtomicGetPtr_REAL
  41. #define SDL_LockSpinlock SDL_LockSpinlock_REAL
  42. #define SDL_AtomicSet SDL_AtomicSet_REAL
  43. #define SDL_AtomicSetPtr SDL_AtomicSetPtr_REAL
  44. #define SDL_TryLockSpinlock SDL_TryLockSpinlock_REAL
  45. #define SDL_UnlockSpinlock SDL_UnlockSpinlock_REAL
  46. #define SDL_AttachVirtualJoystick SDL_AttachVirtualJoystick_REAL
  47. #define SDL_AttachVirtualJoystickEx SDL_AttachVirtualJoystickEx_REAL
  48. #define SDL_BlitSurface SDL_BlitSurface_REAL
  49. #define SDL_BlitSurfaceScaled SDL_BlitSurfaceScaled_REAL
  50. #define SDL_BlitSurfaceUnchecked SDL_BlitSurfaceUnchecked_REAL
  51. #define SDL_BlitSurfaceUncheckedScaled SDL_BlitSurfaceUncheckedScaled_REAL
  52. #define SDL_BroadcastCondition SDL_BroadcastCondition_REAL
  53. #define SDL_CaptureMouse SDL_CaptureMouse_REAL
  54. #define SDL_CleanupTLS SDL_CleanupTLS_REAL
  55. #define SDL_ClearComposition SDL_ClearComposition_REAL
  56. #define SDL_ClearError SDL_ClearError_REAL
  57. #define SDL_CloseGamepad SDL_CloseGamepad_REAL
  58. #define SDL_CloseJoystick SDL_CloseJoystick_REAL
  59. #define SDL_CloseSensor SDL_CloseSensor_REAL
  60. #define SDL_ComposeCustomBlendMode SDL_ComposeCustomBlendMode_REAL
  61. #define SDL_ConvertEventToRenderCoordinates SDL_ConvertEventToRenderCoordinates_REAL
  62. #define SDL_ConvertPixels SDL_ConvertPixels_REAL
  63. #define SDL_ConvertSurface SDL_ConvertSurface_REAL
  64. #define SDL_ConvertSurfaceFormat SDL_ConvertSurfaceFormat_REAL
  65. #define SDL_CreateColorCursor SDL_CreateColorCursor_REAL
  66. #define SDL_CreateCondition SDL_CreateCondition_REAL
  67. #define SDL_CreateCursor SDL_CreateCursor_REAL
  68. #define SDL_CreateMutex SDL_CreateMutex_REAL
  69. #define SDL_CreatePalette SDL_CreatePalette_REAL
  70. #define SDL_CreatePixelFormat SDL_CreatePixelFormat_REAL
  71. #define SDL_CreatePopupWindow SDL_CreatePopupWindow_REAL
  72. #define SDL_CreateRWLock SDL_CreateRWLock_REAL
  73. #define SDL_CreateRenderer SDL_CreateRenderer_REAL
  74. #define SDL_CreateSemaphore SDL_CreateSemaphore_REAL
  75. #define SDL_CreateSoftwareRenderer SDL_CreateSoftwareRenderer_REAL
  76. #define SDL_CreateSurface SDL_CreateSurface_REAL
  77. #define SDL_CreateSurfaceFrom SDL_CreateSurfaceFrom_REAL
  78. #define SDL_CreateSystemCursor SDL_CreateSystemCursor_REAL
  79. #define SDL_CreateTLS SDL_CreateTLS_REAL
  80. #define SDL_CreateTexture SDL_CreateTexture_REAL
  81. #define SDL_CreateTextureFromSurface SDL_CreateTextureFromSurface_REAL
  82. #define SDL_CreateThread SDL_CreateThread_REAL
  83. #define SDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize_REAL
  84. #define SDL_CreateWindow SDL_CreateWindow_REAL
  85. #define SDL_CreateWindowAndRenderer SDL_CreateWindowAndRenderer_REAL
  86. #define SDL_CreateWindowWithProperties SDL_CreateWindowWithProperties_REAL
  87. #define SDL_CursorVisible SDL_CursorVisible_REAL
  88. #define SDL_DXGIGetOutputInfo SDL_DXGIGetOutputInfo_REAL
  89. #define SDL_DelEventWatch SDL_DelEventWatch_REAL
  90. #define SDL_DelHintCallback SDL_DelHintCallback_REAL
  91. #define SDL_Delay SDL_Delay_REAL
  92. #define SDL_DelayNS SDL_DelayNS_REAL
  93. #define SDL_DestroyCondition SDL_DestroyCondition_REAL
  94. #define SDL_DestroyCursor SDL_DestroyCursor_REAL
  95. #define SDL_DestroyMutex SDL_DestroyMutex_REAL
  96. #define SDL_DestroyPalette SDL_DestroyPalette_REAL
  97. #define SDL_DestroyPixelFormat SDL_DestroyPixelFormat_REAL
  98. #define SDL_DestroyRWLock SDL_DestroyRWLock_REAL
  99. #define SDL_DestroyRenderer SDL_DestroyRenderer_REAL
  100. #define SDL_DestroySemaphore SDL_DestroySemaphore_REAL
  101. #define SDL_DestroySurface SDL_DestroySurface_REAL
  102. #define SDL_DestroyTexture SDL_DestroyTexture_REAL
  103. #define SDL_DestroyWindow SDL_DestroyWindow_REAL
  104. #define SDL_DestroyWindowSurface SDL_DestroyWindowSurface_REAL
  105. #define SDL_DetachThread SDL_DetachThread_REAL
  106. #define SDL_DetachVirtualJoystick SDL_DetachVirtualJoystick_REAL
  107. #define SDL_Direct3D9GetAdapterIndex SDL_Direct3D9GetAdapterIndex_REAL
  108. #define SDL_DisableScreenSaver SDL_DisableScreenSaver_REAL
  109. #define SDL_DuplicateSurface SDL_DuplicateSurface_REAL
  110. #define SDL_EGL_GetCurrentEGLConfig SDL_EGL_GetCurrentEGLConfig_REAL
  111. #define SDL_EGL_GetCurrentEGLDisplay SDL_EGL_GetCurrentEGLDisplay_REAL
  112. #define SDL_EGL_GetProcAddress SDL_EGL_GetProcAddress_REAL
  113. #define SDL_EGL_GetWindowEGLSurface SDL_EGL_GetWindowEGLSurface_REAL
  114. #define SDL_EGL_SetEGLAttributeCallbacks SDL_EGL_SetEGLAttributeCallbacks_REAL
  115. #define SDL_EnableScreenSaver SDL_EnableScreenSaver_REAL
  116. #define SDL_Error SDL_Error_REAL
  117. #define SDL_EventEnabled SDL_EventEnabled_REAL
  118. #define SDL_FillSurfaceRect SDL_FillSurfaceRect_REAL
  119. #define SDL_FillSurfaceRects SDL_FillSurfaceRects_REAL
  120. #define SDL_FilterEvents SDL_FilterEvents_REAL
  121. #define SDL_FlashWindow SDL_FlashWindow_REAL
  122. #define SDL_FlushEvent SDL_FlushEvent_REAL
  123. #define SDL_FlushEvents SDL_FlushEvents_REAL
  124. #define SDL_FlushRenderer SDL_FlushRenderer_REAL
  125. #define SDL_GDKGetTaskQueue SDL_GDKGetTaskQueue_REAL
  126. #define SDL_GDKSuspendComplete SDL_GDKSuspendComplete_REAL
  127. #define SDL_GL_CreateContext SDL_GL_CreateContext_REAL
  128. #define SDL_GL_DeleteContext SDL_GL_DeleteContext_REAL
  129. #define SDL_GL_ExtensionSupported SDL_GL_ExtensionSupported_REAL
  130. #define SDL_GL_GetAttribute SDL_GL_GetAttribute_REAL
  131. #define SDL_GL_GetCurrentContext SDL_GL_GetCurrentContext_REAL
  132. #define SDL_GL_GetCurrentWindow SDL_GL_GetCurrentWindow_REAL
  133. #define SDL_GL_GetProcAddress SDL_GL_GetProcAddress_REAL
  134. #define SDL_GL_GetSwapInterval SDL_GL_GetSwapInterval_REAL
  135. #define SDL_GL_LoadLibrary SDL_GL_LoadLibrary_REAL
  136. #define SDL_GL_MakeCurrent SDL_GL_MakeCurrent_REAL
  137. #define SDL_GL_ResetAttributes SDL_GL_ResetAttributes_REAL
  138. #define SDL_GL_SetAttribute SDL_GL_SetAttribute_REAL
  139. #define SDL_GL_SetSwapInterval SDL_GL_SetSwapInterval_REAL
  140. #define SDL_GL_SwapWindow SDL_GL_SwapWindow_REAL
  141. #define SDL_GL_UnloadLibrary SDL_GL_UnloadLibrary_REAL
  142. #define SDL_GUIDFromString SDL_GUIDFromString_REAL
  143. #define SDL_GUIDToString SDL_GUIDToString_REAL
  144. #define SDL_GamepadConnected SDL_GamepadConnected_REAL
  145. #define SDL_GamepadEventsEnabled SDL_GamepadEventsEnabled_REAL
  146. #define SDL_GamepadHasAxis SDL_GamepadHasAxis_REAL
  147. #define SDL_GamepadHasButton SDL_GamepadHasButton_REAL
  148. #define SDL_GamepadHasSensor SDL_GamepadHasSensor_REAL
  149. #define SDL_GamepadSensorEnabled SDL_GamepadSensorEnabled_REAL
  150. #define SDL_GetAndroidSDKVersion SDL_GetAndroidSDKVersion_REAL
  151. #define SDL_GetAssertionHandler SDL_GetAssertionHandler_REAL
  152. #define SDL_GetAssertionReport SDL_GetAssertionReport_REAL
  153. #define SDL_GetBasePath SDL_GetBasePath_REAL
  154. #define SDL_GetCPUCacheLineSize SDL_GetCPUCacheLineSize_REAL
  155. #define SDL_GetCPUCount SDL_GetCPUCount_REAL
  156. #define SDL_GetClipboardData SDL_GetClipboardData_REAL
  157. #define SDL_GetClipboardText SDL_GetClipboardText_REAL
  158. #define SDL_GetClosestFullscreenDisplayMode SDL_GetClosestFullscreenDisplayMode_REAL
  159. #define SDL_GetCurrentDisplayMode SDL_GetCurrentDisplayMode_REAL
  160. #define SDL_GetCurrentDisplayOrientation SDL_GetCurrentDisplayOrientation_REAL
  161. #define SDL_GetCurrentRenderOutputSize SDL_GetCurrentRenderOutputSize_REAL
  162. #define SDL_GetCurrentVideoDriver SDL_GetCurrentVideoDriver_REAL
  163. #define SDL_GetCursor SDL_GetCursor_REAL
  164. #define SDL_GetDefaultAssertionHandler SDL_GetDefaultAssertionHandler_REAL
  165. #define SDL_GetDefaultCursor SDL_GetDefaultCursor_REAL
  166. #define SDL_GetDesktopDisplayMode SDL_GetDesktopDisplayMode_REAL
  167. #define SDL_GetDisplayBounds SDL_GetDisplayBounds_REAL
  168. #define SDL_GetDisplayContentScale SDL_GetDisplayContentScale_REAL
  169. #define SDL_GetDisplayForPoint SDL_GetDisplayForPoint_REAL
  170. #define SDL_GetDisplayForRect SDL_GetDisplayForRect_REAL
  171. #define SDL_GetDisplayForWindow SDL_GetDisplayForWindow_REAL
  172. #define SDL_GetDisplayName SDL_GetDisplayName_REAL
  173. #define SDL_GetDisplayUsableBounds SDL_GetDisplayUsableBounds_REAL
  174. #define SDL_GetDisplays SDL_GetDisplays_REAL
  175. #define SDL_GetError SDL_GetError_REAL
  176. #define SDL_GetEventFilter SDL_GetEventFilter_REAL
  177. #define SDL_GetFullscreenDisplayModes SDL_GetFullscreenDisplayModes_REAL
  178. #define SDL_GetGamepadAppleSFSymbolsNameForAxis SDL_GetGamepadAppleSFSymbolsNameForAxis_REAL
  179. #define SDL_GetGamepadAppleSFSymbolsNameForButton SDL_GetGamepadAppleSFSymbolsNameForButton_REAL
  180. #define SDL_GetGamepadAxis SDL_GetGamepadAxis_REAL
  181. #define SDL_GetGamepadAxisFromString SDL_GetGamepadAxisFromString_REAL
  182. #define SDL_GetGamepadBindings SDL_GetGamepadBindings_REAL
  183. #define SDL_GetGamepadButton SDL_GetGamepadButton_REAL
  184. #define SDL_GetGamepadButtonFromString SDL_GetGamepadButtonFromString_REAL
  185. #define SDL_GetGamepadFirmwareVersion SDL_GetGamepadFirmwareVersion_REAL
  186. #define SDL_GetGamepadFromInstanceID SDL_GetGamepadFromInstanceID_REAL
  187. #define SDL_GetGamepadFromPlayerIndex SDL_GetGamepadFromPlayerIndex_REAL
  188. #define SDL_GetGamepadInstanceGUID SDL_GetGamepadInstanceGUID_REAL
  189. #define SDL_GetGamepadInstanceMapping SDL_GetGamepadInstanceMapping_REAL
  190. #define SDL_GetGamepadInstanceName SDL_GetGamepadInstanceName_REAL
  191. #define SDL_GetGamepadInstancePath SDL_GetGamepadInstancePath_REAL
  192. #define SDL_GetGamepadInstancePlayerIndex SDL_GetGamepadInstancePlayerIndex_REAL
  193. #define SDL_GetGamepadInstanceProduct SDL_GetGamepadInstanceProduct_REAL
  194. #define SDL_GetGamepadInstanceProductVersion SDL_GetGamepadInstanceProductVersion_REAL
  195. #define SDL_GetGamepadInstanceType SDL_GetGamepadInstanceType_REAL
  196. #define SDL_GetGamepadInstanceVendor SDL_GetGamepadInstanceVendor_REAL
  197. #define SDL_GetGamepadJoystick SDL_GetGamepadJoystick_REAL
  198. #define SDL_GetGamepadMapping SDL_GetGamepadMapping_REAL
  199. #define SDL_GetGamepadMappingForGUID SDL_GetGamepadMappingForGUID_REAL
  200. #define SDL_GetGamepadName SDL_GetGamepadName_REAL
  201. #define SDL_GetGamepadPath SDL_GetGamepadPath_REAL
  202. #define SDL_GetGamepadPlayerIndex SDL_GetGamepadPlayerIndex_REAL
  203. #define SDL_GetGamepadProduct SDL_GetGamepadProduct_REAL
  204. #define SDL_GetGamepadProductVersion SDL_GetGamepadProductVersion_REAL
  205. #define SDL_GetGamepadSensorData SDL_GetGamepadSensorData_REAL
  206. #define SDL_GetGamepadSensorDataRate SDL_GetGamepadSensorDataRate_REAL
  207. #define SDL_GetGamepadSerial SDL_GetGamepadSerial_REAL
  208. #define SDL_GetGamepadStringForAxis SDL_GetGamepadStringForAxis_REAL
  209. #define SDL_GetGamepadStringForButton SDL_GetGamepadStringForButton_REAL
  210. #define SDL_GetGamepadTouchpadFinger SDL_GetGamepadTouchpadFinger_REAL
  211. #define SDL_GetGamepadType SDL_GetGamepadType_REAL
  212. #define SDL_GetGamepadVendor SDL_GetGamepadVendor_REAL
  213. #define SDL_GetGamepads SDL_GetGamepads_REAL
  214. #define SDL_GetGlobalMouseState SDL_GetGlobalMouseState_REAL
  215. #define SDL_GetGrabbedWindow SDL_GetGrabbedWindow_REAL
  216. #define SDL_GetHint SDL_GetHint_REAL
  217. #define SDL_GetHintBoolean SDL_GetHintBoolean_REAL
  218. #define SDL_GetJoystickAxis SDL_GetJoystickAxis_REAL
  219. #define SDL_GetJoystickAxisInitialState SDL_GetJoystickAxisInitialState_REAL
  220. #define SDL_GetJoystickButton SDL_GetJoystickButton_REAL
  221. #define SDL_GetJoystickFirmwareVersion SDL_GetJoystickFirmwareVersion_REAL
  222. #define SDL_GetJoystickFromInstanceID SDL_GetJoystickFromInstanceID_REAL
  223. #define SDL_GetJoystickFromPlayerIndex SDL_GetJoystickFromPlayerIndex_REAL
  224. #define SDL_GetJoystickGUID SDL_GetJoystickGUID_REAL
  225. #define SDL_GetJoystickGUIDFromString SDL_GetJoystickGUIDFromString_REAL
  226. #define SDL_GetJoystickGUIDInfo SDL_GetJoystickGUIDInfo_REAL
  227. #define SDL_GetJoystickGUIDString SDL_GetJoystickGUIDString_REAL
  228. #define SDL_GetJoystickHat SDL_GetJoystickHat_REAL
  229. #define SDL_GetJoystickInstanceGUID SDL_GetJoystickInstanceGUID_REAL
  230. #define SDL_GetJoystickInstanceID SDL_GetJoystickInstanceID_REAL
  231. #define SDL_GetJoystickInstanceName SDL_GetJoystickInstanceName_REAL
  232. #define SDL_GetJoystickInstancePath SDL_GetJoystickInstancePath_REAL
  233. #define SDL_GetJoystickInstancePlayerIndex SDL_GetJoystickInstancePlayerIndex_REAL
  234. #define SDL_GetJoystickInstanceProduct SDL_GetJoystickInstanceProduct_REAL
  235. #define SDL_GetJoystickInstanceProductVersion SDL_GetJoystickInstanceProductVersion_REAL
  236. #define SDL_GetJoystickInstanceType SDL_GetJoystickInstanceType_REAL
  237. #define SDL_GetJoystickInstanceVendor SDL_GetJoystickInstanceVendor_REAL
  238. #define SDL_GetJoystickName SDL_GetJoystickName_REAL
  239. #define SDL_GetJoystickPath SDL_GetJoystickPath_REAL
  240. #define SDL_GetJoystickPlayerIndex SDL_GetJoystickPlayerIndex_REAL
  241. #define SDL_GetJoystickPowerLevel SDL_GetJoystickPowerLevel_REAL
  242. #define SDL_GetJoystickProduct SDL_GetJoystickProduct_REAL
  243. #define SDL_GetJoystickProductVersion SDL_GetJoystickProductVersion_REAL
  244. #define SDL_GetJoystickSerial SDL_GetJoystickSerial_REAL
  245. #define SDL_GetJoystickType SDL_GetJoystickType_REAL
  246. #define SDL_GetJoystickVendor SDL_GetJoystickVendor_REAL
  247. #define SDL_GetJoysticks SDL_GetJoysticks_REAL
  248. #define SDL_GetKeyFromName SDL_GetKeyFromName_REAL
  249. #define SDL_GetKeyFromScancode SDL_GetKeyFromScancode_REAL
  250. #define SDL_GetKeyName SDL_GetKeyName_REAL
  251. #define SDL_GetKeyboardFocus SDL_GetKeyboardFocus_REAL
  252. #define SDL_GetKeyboardState SDL_GetKeyboardState_REAL
  253. #define SDL_GetMasksForPixelFormatEnum SDL_GetMasksForPixelFormatEnum_REAL
  254. #define SDL_GetMemoryFunctions SDL_GetMemoryFunctions_REAL
  255. #define SDL_GetModState SDL_GetModState_REAL
  256. #define SDL_GetMouseFocus SDL_GetMouseFocus_REAL
  257. #define SDL_GetMouseState SDL_GetMouseState_REAL
  258. #define SDL_GetNaturalDisplayOrientation SDL_GetNaturalDisplayOrientation_REAL
  259. #define SDL_GetNumAllocations SDL_GetNumAllocations_REAL
  260. #define SDL_GetNumGamepadTouchpadFingers SDL_GetNumGamepadTouchpadFingers_REAL
  261. #define SDL_GetNumGamepadTouchpads SDL_GetNumGamepadTouchpads_REAL
  262. #define SDL_GetNumJoystickAxes SDL_GetNumJoystickAxes_REAL
  263. #define SDL_GetNumJoystickButtons SDL_GetNumJoystickButtons_REAL
  264. #define SDL_GetNumJoystickHats SDL_GetNumJoystickHats_REAL
  265. #define SDL_GetNumRenderDrivers SDL_GetNumRenderDrivers_REAL
  266. #define SDL_GetNumTouchFingers SDL_GetNumTouchFingers_REAL
  267. #define SDL_GetNumVideoDrivers SDL_GetNumVideoDrivers_REAL
  268. #define SDL_GetOriginalMemoryFunctions SDL_GetOriginalMemoryFunctions_REAL
  269. #define SDL_GetUserFolder SDL_GetUserFolder_REAL
  270. #define SDL_GetPerformanceCounter SDL_GetPerformanceCounter_REAL
  271. #define SDL_GetPerformanceFrequency SDL_GetPerformanceFrequency_REAL
  272. #define SDL_GetPixelFormatEnumForMasks SDL_GetPixelFormatEnumForMasks_REAL
  273. #define SDL_GetPixelFormatName SDL_GetPixelFormatName_REAL
  274. #define SDL_GetPlatform SDL_GetPlatform_REAL
  275. #define SDL_GetPowerInfo SDL_GetPowerInfo_REAL
  276. #define SDL_GetPrefPath SDL_GetPrefPath_REAL
  277. #define SDL_GetPreferredLocales SDL_GetPreferredLocales_REAL
  278. #define SDL_GetPrimaryDisplay SDL_GetPrimaryDisplay_REAL
  279. #define SDL_GetPrimarySelectionText SDL_GetPrimarySelectionText_REAL
  280. #define SDL_GetRGB SDL_GetRGB_REAL
  281. #define SDL_GetRGBA SDL_GetRGBA_REAL
  282. #define SDL_GetRectAndLineIntersection SDL_GetRectAndLineIntersection_REAL
  283. #define SDL_GetRectAndLineIntersectionFloat SDL_GetRectAndLineIntersectionFloat_REAL
  284. #define SDL_GetRectEnclosingPoints SDL_GetRectEnclosingPoints_REAL
  285. #define SDL_GetRectEnclosingPointsFloat SDL_GetRectEnclosingPointsFloat_REAL
  286. #define SDL_GetRectIntersection SDL_GetRectIntersection_REAL
  287. #define SDL_GetRectIntersectionFloat SDL_GetRectIntersectionFloat_REAL
  288. #define SDL_GetRectUnion SDL_GetRectUnion_REAL
  289. #define SDL_GetRectUnionFloat SDL_GetRectUnionFloat_REAL
  290. #define SDL_GetRelativeMouseMode SDL_GetRelativeMouseMode_REAL
  291. #define SDL_GetRelativeMouseState SDL_GetRelativeMouseState_REAL
  292. #define SDL_GetRenderClipRect SDL_GetRenderClipRect_REAL
  293. #define SDL_GetRenderDrawBlendMode SDL_GetRenderDrawBlendMode_REAL
  294. #define SDL_GetRenderDrawColor SDL_GetRenderDrawColor_REAL
  295. #define SDL_GetRenderDriver SDL_GetRenderDriver_REAL
  296. #define SDL_GetRenderLogicalPresentation SDL_GetRenderLogicalPresentation_REAL
  297. #define SDL_GetRenderMetalCommandEncoder SDL_GetRenderMetalCommandEncoder_REAL
  298. #define SDL_GetRenderMetalLayer SDL_GetRenderMetalLayer_REAL
  299. #define SDL_GetRenderOutputSize SDL_GetRenderOutputSize_REAL
  300. #define SDL_GetRenderScale SDL_GetRenderScale_REAL
  301. #define SDL_GetRenderTarget SDL_GetRenderTarget_REAL
  302. #define SDL_GetRenderVSync SDL_GetRenderVSync_REAL
  303. #define SDL_GetRenderViewport SDL_GetRenderViewport_REAL
  304. #define SDL_GetRenderWindow SDL_GetRenderWindow_REAL
  305. #define SDL_GetRenderer SDL_GetRenderer_REAL
  306. #define SDL_GetRendererInfo SDL_GetRendererInfo_REAL
  307. #define SDL_GetRevision SDL_GetRevision_REAL
  308. #define SDL_GetScancodeFromKey SDL_GetScancodeFromKey_REAL
  309. #define SDL_GetScancodeFromName SDL_GetScancodeFromName_REAL
  310. #define SDL_GetScancodeName SDL_GetScancodeName_REAL
  311. #define SDL_GetSemaphoreValue SDL_GetSemaphoreValue_REAL
  312. #define SDL_GetSensorData SDL_GetSensorData_REAL
  313. #define SDL_GetSensorFromInstanceID SDL_GetSensorFromInstanceID_REAL
  314. #define SDL_GetSensorInstanceID SDL_GetSensorInstanceID_REAL
  315. #define SDL_GetSensorInstanceName SDL_GetSensorInstanceName_REAL
  316. #define SDL_GetSensorInstanceNonPortableType SDL_GetSensorInstanceNonPortableType_REAL
  317. #define SDL_GetSensorInstanceType SDL_GetSensorInstanceType_REAL
  318. #define SDL_GetSensorName SDL_GetSensorName_REAL
  319. #define SDL_GetSensorNonPortableType SDL_GetSensorNonPortableType_REAL
  320. #define SDL_GetSensorType SDL_GetSensorType_REAL
  321. #define SDL_GetSensors SDL_GetSensors_REAL
  322. #define SDL_GetSurfaceAlphaMod SDL_GetSurfaceAlphaMod_REAL
  323. #define SDL_GetSurfaceBlendMode SDL_GetSurfaceBlendMode_REAL
  324. #define SDL_GetSurfaceClipRect SDL_GetSurfaceClipRect_REAL
  325. #define SDL_GetSurfaceColorKey SDL_GetSurfaceColorKey_REAL
  326. #define SDL_GetSurfaceColorMod SDL_GetSurfaceColorMod_REAL
  327. #define SDL_GetSystemRAM SDL_GetSystemRAM_REAL
  328. #define SDL_GetSystemTheme SDL_GetSystemTheme_REAL
  329. #define SDL_GetTLS SDL_GetTLS_REAL
  330. #define SDL_GetTextureAlphaMod SDL_GetTextureAlphaMod_REAL
  331. #define SDL_GetTextureBlendMode SDL_GetTextureBlendMode_REAL
  332. #define SDL_GetTextureColorMod SDL_GetTextureColorMod_REAL
  333. #define SDL_GetTextureScaleMode SDL_GetTextureScaleMode_REAL
  334. #define SDL_GetThreadID SDL_GetThreadID_REAL
  335. #define SDL_GetThreadName SDL_GetThreadName_REAL
  336. #define SDL_GetTicks SDL_GetTicks_REAL
  337. #define SDL_GetTicksNS SDL_GetTicksNS_REAL
  338. #define SDL_GetTouchDeviceType SDL_GetTouchDeviceType_REAL
  339. #define SDL_GetTouchFinger SDL_GetTouchFinger_REAL
  340. #define SDL_GetVersion SDL_GetVersion_REAL
  341. #define SDL_GetVideoDriver SDL_GetVideoDriver_REAL
  342. #define SDL_GetWindowBordersSize SDL_GetWindowBordersSize_REAL
  343. #define SDL_GetWindowDisplayScale SDL_GetWindowDisplayScale_REAL
  344. #define SDL_GetWindowFlags SDL_GetWindowFlags_REAL
  345. #define SDL_GetWindowFromID SDL_GetWindowFromID_REAL
  346. #define SDL_GetWindowFullscreenMode SDL_GetWindowFullscreenMode_REAL
  347. #define SDL_GetWindowGrab SDL_GetWindowGrab_REAL
  348. #define SDL_GetWindowICCProfile SDL_GetWindowICCProfile_REAL
  349. #define SDL_GetWindowID SDL_GetWindowID_REAL
  350. #define SDL_GetWindowKeyboardGrab SDL_GetWindowKeyboardGrab_REAL
  351. #define SDL_GetWindowMaximumSize SDL_GetWindowMaximumSize_REAL
  352. #define SDL_GetWindowMinimumSize SDL_GetWindowMinimumSize_REAL
  353. #define SDL_GetWindowMouseGrab SDL_GetWindowMouseGrab_REAL
  354. #define SDL_GetWindowMouseRect SDL_GetWindowMouseRect_REAL
  355. #define SDL_GetWindowOpacity SDL_GetWindowOpacity_REAL
  356. #define SDL_GetWindowParent SDL_GetWindowParent_REAL
  357. #define SDL_GetWindowPixelDensity SDL_GetWindowPixelDensity_REAL
  358. #define SDL_GetWindowPixelFormat SDL_GetWindowPixelFormat_REAL
  359. #define SDL_GetWindowPosition SDL_GetWindowPosition_REAL
  360. #define SDL_GetWindowSize SDL_GetWindowSize_REAL
  361. #define SDL_GetWindowSizeInPixels SDL_GetWindowSizeInPixels_REAL
  362. #define SDL_GetWindowSurface SDL_GetWindowSurface_REAL
  363. #define SDL_GetWindowTitle SDL_GetWindowTitle_REAL
  364. #define SDL_CloseHaptic SDL_CloseHaptic_REAL
  365. #define SDL_DestroyHapticEffect SDL_DestroyHapticEffect_REAL
  366. #define SDL_HapticEffectSupported SDL_HapticEffectSupported_REAL
  367. #define SDL_GetHapticEffectStatus SDL_GetHapticEffectStatus_REAL
  368. #define SDL_CreateHapticEffect SDL_CreateHapticEffect_REAL
  369. #define SDL_GetNumHapticAxes SDL_GetNumHapticAxes_REAL
  370. #define SDL_GetMaxHapticEffects SDL_GetMaxHapticEffects_REAL
  371. #define SDL_GetMaxHapticEffectsPlaying SDL_GetMaxHapticEffectsPlaying_REAL
  372. #define SDL_OpenHaptic SDL_OpenHaptic_REAL
  373. #define SDL_OpenHapticFromJoystick SDL_OpenHapticFromJoystick_REAL
  374. #define SDL_OpenHapticFromMouse SDL_OpenHapticFromMouse_REAL
  375. #define SDL_PauseHaptic SDL_PauseHaptic_REAL
  376. #define SDL_GetHapticFeatures SDL_GetHapticFeatures_REAL
  377. #define SDL_InitHapticRumble SDL_InitHapticRumble_REAL
  378. #define SDL_PlayHapticRumble SDL_PlayHapticRumble_REAL
  379. #define SDL_StopHapticRumble SDL_StopHapticRumble_REAL
  380. #define SDL_HapticRumbleSupported SDL_HapticRumbleSupported_REAL
  381. #define SDL_RunHapticEffect SDL_RunHapticEffect_REAL
  382. #define SDL_SetHapticAutocenter SDL_SetHapticAutocenter_REAL
  383. #define SDL_SetHapticGain SDL_SetHapticGain_REAL
  384. #define SDL_StopHapticEffects SDL_StopHapticEffects_REAL
  385. #define SDL_StopHapticEffect SDL_StopHapticEffect_REAL
  386. #define SDL_ResumeHaptic SDL_ResumeHaptic_REAL
  387. #define SDL_UpdateHapticEffect SDL_UpdateHapticEffect_REAL
  388. #define SDL_HasARMSIMD SDL_HasARMSIMD_REAL
  389. #define SDL_HasAVX SDL_HasAVX_REAL
  390. #define SDL_HasAVX2 SDL_HasAVX2_REAL
  391. #define SDL_HasAVX512F SDL_HasAVX512F_REAL
  392. #define SDL_HasAltiVec SDL_HasAltiVec_REAL
  393. #define SDL_HasClipboardData SDL_HasClipboardData_REAL
  394. #define SDL_HasClipboardText SDL_HasClipboardText_REAL
  395. #define SDL_HasEvent SDL_HasEvent_REAL
  396. #define SDL_HasEvents SDL_HasEvents_REAL
  397. #define SDL_HasLASX SDL_HasLASX_REAL
  398. #define SDL_HasLSX SDL_HasLSX_REAL
  399. #define SDL_HasMMX SDL_HasMMX_REAL
  400. #define SDL_HasNEON SDL_HasNEON_REAL
  401. #define SDL_HasPrimarySelectionText SDL_HasPrimarySelectionText_REAL
  402. #define SDL_HasRectIntersection SDL_HasRectIntersection_REAL
  403. #define SDL_HasRectIntersectionFloat SDL_HasRectIntersectionFloat_REAL
  404. #define SDL_HasSSE SDL_HasSSE_REAL
  405. #define SDL_HasSSE2 SDL_HasSSE2_REAL
  406. #define SDL_HasSSE3 SDL_HasSSE3_REAL
  407. #define SDL_HasSSE41 SDL_HasSSE41_REAL
  408. #define SDL_HasSSE42 SDL_HasSSE42_REAL
  409. #define SDL_HasScreenKeyboardSupport SDL_HasScreenKeyboardSupport_REAL
  410. #define SDL_WindowHasSurface SDL_WindowHasSurface_REAL
  411. #define SDL_HideCursor SDL_HideCursor_REAL
  412. #define SDL_HideWindow SDL_HideWindow_REAL
  413. #define SDL_Init SDL_Init_REAL
  414. #define SDL_InitSubSystem SDL_InitSubSystem_REAL
  415. #define SDL_IsAndroidTV SDL_IsAndroidTV_REAL
  416. #define SDL_IsChromebook SDL_IsChromebook_REAL
  417. #define SDL_IsDeXMode SDL_IsDeXMode_REAL
  418. #define SDL_IsGamepad SDL_IsGamepad_REAL
  419. #define SDL_IsJoystickVirtual SDL_IsJoystickVirtual_REAL
  420. #define SDL_IsTablet SDL_IsTablet_REAL
  421. #define SDL_JoystickConnected SDL_JoystickConnected_REAL
  422. #define SDL_JoystickEventsEnabled SDL_JoystickEventsEnabled_REAL
  423. #define SDL_IsJoystickHaptic SDL_IsJoystickHaptic_REAL
  424. #define SDL_LinuxSetThreadPriority SDL_LinuxSetThreadPriority_REAL
  425. #define SDL_LinuxSetThreadPriorityAndPolicy SDL_LinuxSetThreadPriorityAndPolicy_REAL
  426. #define SDL_LoadBMP SDL_LoadBMP_REAL
  427. #define SDL_LoadBMP_IO SDL_LoadBMP_IO_REAL
  428. #define SDL_LoadFile SDL_LoadFile_REAL
  429. #define SDL_LoadFile_IO SDL_LoadFile_IO_REAL
  430. #define SDL_LoadFunction SDL_LoadFunction_REAL
  431. #define SDL_LoadObject SDL_LoadObject_REAL
  432. #define SDL_LockJoysticks SDL_LockJoysticks_REAL
  433. #define SDL_LockMutex SDL_LockMutex_REAL
  434. #define SDL_LockRWLockForReading SDL_LockRWLockForReading_REAL
  435. #define SDL_LockRWLockForWriting SDL_LockRWLockForWriting_REAL
  436. #define SDL_LockSurface SDL_LockSurface_REAL
  437. #define SDL_LockTexture SDL_LockTexture_REAL
  438. #define SDL_LockTextureToSurface SDL_LockTextureToSurface_REAL
  439. #define SDL_Log SDL_Log_REAL
  440. #define SDL_LogCritical SDL_LogCritical_REAL
  441. #define SDL_LogDebug SDL_LogDebug_REAL
  442. #define SDL_LogError SDL_LogError_REAL
  443. #define SDL_LogGetOutputFunction SDL_LogGetOutputFunction_REAL
  444. #define SDL_LogGetPriority SDL_LogGetPriority_REAL
  445. #define SDL_LogInfo SDL_LogInfo_REAL
  446. #define SDL_LogMessage SDL_LogMessage_REAL
  447. #define SDL_LogMessageV SDL_LogMessageV_REAL
  448. #define SDL_LogResetPriorities SDL_LogResetPriorities_REAL
  449. #define SDL_LogSetAllPriority SDL_LogSetAllPriority_REAL
  450. #define SDL_LogSetOutputFunction SDL_LogSetOutputFunction_REAL
  451. #define SDL_LogSetPriority SDL_LogSetPriority_REAL
  452. #define SDL_LogVerbose SDL_LogVerbose_REAL
  453. #define SDL_LogWarn SDL_LogWarn_REAL
  454. #define SDL_MapRGB SDL_MapRGB_REAL
  455. #define SDL_MapRGBA SDL_MapRGBA_REAL
  456. #define SDL_MaximizeWindow SDL_MaximizeWindow_REAL
  457. #define SDL_MemoryBarrierAcquireFunction SDL_MemoryBarrierAcquireFunction_REAL
  458. #define SDL_MemoryBarrierReleaseFunction SDL_MemoryBarrierReleaseFunction_REAL
  459. #define SDL_Metal_CreateView SDL_Metal_CreateView_REAL
  460. #define SDL_Metal_DestroyView SDL_Metal_DestroyView_REAL
  461. #define SDL_Metal_GetLayer SDL_Metal_GetLayer_REAL
  462. #define SDL_MinimizeWindow SDL_MinimizeWindow_REAL
  463. #define SDL_IsMouseHaptic SDL_IsMouseHaptic_REAL
  464. #define SDL_OnApplicationDidBecomeActive SDL_OnApplicationDidBecomeActive_REAL
  465. #define SDL_OnApplicationDidChangeStatusBarOrientation SDL_OnApplicationDidChangeStatusBarOrientation_REAL
  466. #define SDL_OnApplicationDidEnterBackground SDL_OnApplicationDidEnterBackground_REAL
  467. #define SDL_OnApplicationDidReceiveMemoryWarning SDL_OnApplicationDidReceiveMemoryWarning_REAL
  468. #define SDL_OnApplicationWillEnterForeground SDL_OnApplicationWillEnterForeground_REAL
  469. #define SDL_OnApplicationWillResignActive SDL_OnApplicationWillResignActive_REAL
  470. #define SDL_OnApplicationWillTerminate SDL_OnApplicationWillTerminate_REAL
  471. #define SDL_OpenGamepad SDL_OpenGamepad_REAL
  472. #define SDL_OpenJoystick SDL_OpenJoystick_REAL
  473. #define SDL_OpenSensor SDL_OpenSensor_REAL
  474. #define SDL_OpenURL SDL_OpenURL_REAL
  475. #define SDL_PeepEvents SDL_PeepEvents_REAL
  476. #define SDL_PollEvent SDL_PollEvent_REAL
  477. #define SDL_PostSemaphore SDL_PostSemaphore_REAL
  478. #define SDL_PremultiplyAlpha SDL_PremultiplyAlpha_REAL
  479. #define SDL_PumpEvents SDL_PumpEvents_REAL
  480. #define SDL_PushEvent SDL_PushEvent_REAL
  481. #define SDL_QueryTexture SDL_QueryTexture_REAL
  482. #define SDL_Quit SDL_Quit_REAL
  483. #define SDL_QuitSubSystem SDL_QuitSubSystem_REAL
  484. #define SDL_IOFromConstMem SDL_IOFromConstMem_REAL
  485. #define SDL_IOFromFile SDL_IOFromFile_REAL
  486. #define SDL_IOFromMem SDL_IOFromMem_REAL
  487. #define SDL_ReadIO SDL_ReadIO_REAL
  488. #define SDL_SeekIO SDL_SeekIO_REAL
  489. #define SDL_SizeIO SDL_SizeIO_REAL
  490. #define SDL_TellIO SDL_TellIO_REAL
  491. #define SDL_WriteIO SDL_WriteIO_REAL
  492. #define SDL_RaiseWindow SDL_RaiseWindow_REAL
  493. #define SDL_ReadU16BE SDL_ReadU16BE_REAL
  494. #define SDL_ReadU32BE SDL_ReadU32BE_REAL
  495. #define SDL_ReadU64BE SDL_ReadU64BE_REAL
  496. #define SDL_ReadU16LE SDL_ReadU16LE_REAL
  497. #define SDL_ReadU32LE SDL_ReadU32LE_REAL
  498. #define SDL_ReadU64LE SDL_ReadU64LE_REAL
  499. #define SDL_ReadU8 SDL_ReadU8_REAL
  500. #define SDL_RegisterApp SDL_RegisterApp_REAL
  501. #define SDL_RegisterEvents SDL_RegisterEvents_REAL
  502. #define SDL_RemoveTimer SDL_RemoveTimer_REAL
  503. #define SDL_RenderClear SDL_RenderClear_REAL
  504. #define SDL_RenderClipEnabled SDL_RenderClipEnabled_REAL
  505. #define SDL_RenderCoordinatesFromWindow SDL_RenderCoordinatesFromWindow_REAL
  506. #define SDL_RenderCoordinatesToWindow SDL_RenderCoordinatesToWindow_REAL
  507. #define SDL_RenderFillRect SDL_RenderFillRect_REAL
  508. #define SDL_RenderFillRects SDL_RenderFillRects_REAL
  509. #define SDL_RenderGeometry SDL_RenderGeometry_REAL
  510. #define SDL_RenderGeometryRaw SDL_RenderGeometryRaw_REAL
  511. #define SDL_RenderLine SDL_RenderLine_REAL
  512. #define SDL_RenderLines SDL_RenderLines_REAL
  513. #define SDL_RenderPoint SDL_RenderPoint_REAL
  514. #define SDL_RenderPoints SDL_RenderPoints_REAL
  515. #define SDL_RenderPresent SDL_RenderPresent_REAL
  516. #define SDL_RenderReadPixels SDL_RenderReadPixels_REAL
  517. #define SDL_RenderRect SDL_RenderRect_REAL
  518. #define SDL_RenderRects SDL_RenderRects_REAL
  519. #define SDL_RenderTexture SDL_RenderTexture_REAL
  520. #define SDL_RenderTextureRotated SDL_RenderTextureRotated_REAL
  521. #define SDL_ReportAssertion SDL_ReportAssertion_REAL
  522. #define SDL_ResetAssertionReport SDL_ResetAssertionReport_REAL
  523. #define SDL_ResetHint SDL_ResetHint_REAL
  524. #define SDL_ResetHints SDL_ResetHints_REAL
  525. #define SDL_ResetKeyboard SDL_ResetKeyboard_REAL
  526. #define SDL_RestoreWindow SDL_RestoreWindow_REAL
  527. #define SDL_RumbleGamepad SDL_RumbleGamepad_REAL
  528. #define SDL_RumbleGamepadTriggers SDL_RumbleGamepadTriggers_REAL
  529. #define SDL_RumbleJoystick SDL_RumbleJoystick_REAL
  530. #define SDL_RumbleJoystickTriggers SDL_RumbleJoystickTriggers_REAL
  531. #define SDL_RunApp SDL_RunApp_REAL
  532. #define SDL_SIMDGetAlignment SDL_SIMDGetAlignment_REAL
  533. #define SDL_SaveBMP SDL_SaveBMP_REAL
  534. #define SDL_SaveBMP_IO SDL_SaveBMP_IO_REAL
  535. #define SDL_ScreenKeyboardShown SDL_ScreenKeyboardShown_REAL
  536. #define SDL_ScreenSaverEnabled SDL_ScreenSaverEnabled_REAL
  537. #define SDL_SendGamepadEffect SDL_SendGamepadEffect_REAL
  538. #define SDL_SendJoystickEffect SDL_SendJoystickEffect_REAL
  539. #define SDL_SetAssertionHandler SDL_SetAssertionHandler_REAL
  540. #define SDL_SetClipboardData SDL_SetClipboardData_REAL
  541. #define SDL_SetClipboardText SDL_SetClipboardText_REAL
  542. #define SDL_SetCursor SDL_SetCursor_REAL
  543. #define SDL_SetError SDL_SetError_REAL
  544. #define SDL_SetEventEnabled SDL_SetEventEnabled_REAL
  545. #define SDL_SetEventFilter SDL_SetEventFilter_REAL
  546. #define SDL_SetGamepadEventsEnabled SDL_SetGamepadEventsEnabled_REAL
  547. #define SDL_SetGamepadLED SDL_SetGamepadLED_REAL
  548. #define SDL_SetGamepadPlayerIndex SDL_SetGamepadPlayerIndex_REAL
  549. #define SDL_SetGamepadSensorEnabled SDL_SetGamepadSensorEnabled_REAL
  550. #define SDL_SetHint SDL_SetHint_REAL
  551. #define SDL_SetHintWithPriority SDL_SetHintWithPriority_REAL
  552. #define SDL_SetJoystickEventsEnabled SDL_SetJoystickEventsEnabled_REAL
  553. #define SDL_SetJoystickLED SDL_SetJoystickLED_REAL
  554. #define SDL_SetJoystickPlayerIndex SDL_SetJoystickPlayerIndex_REAL
  555. #define SDL_SetJoystickVirtualAxis SDL_SetJoystickVirtualAxis_REAL
  556. #define SDL_SetJoystickVirtualButton SDL_SetJoystickVirtualButton_REAL
  557. #define SDL_SetJoystickVirtualHat SDL_SetJoystickVirtualHat_REAL
  558. #define SDL_SetMainReady SDL_SetMainReady_REAL
  559. #define SDL_SetMemoryFunctions SDL_SetMemoryFunctions_REAL
  560. #define SDL_SetModState SDL_SetModState_REAL
  561. #define SDL_SetPaletteColors SDL_SetPaletteColors_REAL
  562. #define SDL_SetPixelFormatPalette SDL_SetPixelFormatPalette_REAL
  563. #define SDL_SetPrimarySelectionText SDL_SetPrimarySelectionText_REAL
  564. #define SDL_SetRelativeMouseMode SDL_SetRelativeMouseMode_REAL
  565. #define SDL_SetRenderClipRect SDL_SetRenderClipRect_REAL
  566. #define SDL_SetRenderDrawBlendMode SDL_SetRenderDrawBlendMode_REAL
  567. #define SDL_SetRenderDrawColor SDL_SetRenderDrawColor_REAL
  568. #define SDL_SetRenderLogicalPresentation SDL_SetRenderLogicalPresentation_REAL
  569. #define SDL_SetRenderScale SDL_SetRenderScale_REAL
  570. #define SDL_SetRenderTarget SDL_SetRenderTarget_REAL
  571. #define SDL_SetRenderVSync SDL_SetRenderVSync_REAL
  572. #define SDL_SetRenderViewport SDL_SetRenderViewport_REAL
  573. #define SDL_SetSurfaceAlphaMod SDL_SetSurfaceAlphaMod_REAL
  574. #define SDL_SetSurfaceBlendMode SDL_SetSurfaceBlendMode_REAL
  575. #define SDL_SetSurfaceClipRect SDL_SetSurfaceClipRect_REAL
  576. #define SDL_SetSurfaceColorKey SDL_SetSurfaceColorKey_REAL
  577. #define SDL_SetSurfaceColorMod SDL_SetSurfaceColorMod_REAL
  578. #define SDL_SetSurfacePalette SDL_SetSurfacePalette_REAL
  579. #define SDL_SetSurfaceRLE SDL_SetSurfaceRLE_REAL
  580. #define SDL_SetTLS SDL_SetTLS_REAL
  581. #define SDL_SetTextInputRect SDL_SetTextInputRect_REAL
  582. #define SDL_SetTextureAlphaMod SDL_SetTextureAlphaMod_REAL
  583. #define SDL_SetTextureBlendMode SDL_SetTextureBlendMode_REAL
  584. #define SDL_SetTextureColorMod SDL_SetTextureColorMod_REAL
  585. #define SDL_SetTextureScaleMode SDL_SetTextureScaleMode_REAL
  586. #define SDL_SetThreadPriority SDL_SetThreadPriority_REAL
  587. #define SDL_SetWindowAlwaysOnTop SDL_SetWindowAlwaysOnTop_REAL
  588. #define SDL_SetWindowBordered SDL_SetWindowBordered_REAL
  589. #define SDL_SetWindowFullscreen SDL_SetWindowFullscreen_REAL
  590. #define SDL_SetWindowFullscreenMode SDL_SetWindowFullscreenMode_REAL
  591. #define SDL_SetWindowGrab SDL_SetWindowGrab_REAL
  592. #define SDL_SetWindowHitTest SDL_SetWindowHitTest_REAL
  593. #define SDL_SetWindowIcon SDL_SetWindowIcon_REAL
  594. #define SDL_SetWindowInputFocus SDL_SetWindowInputFocus_REAL
  595. #define SDL_SetWindowKeyboardGrab SDL_SetWindowKeyboardGrab_REAL
  596. #define SDL_SetWindowMaximumSize SDL_SetWindowMaximumSize_REAL
  597. #define SDL_SetWindowMinimumSize SDL_SetWindowMinimumSize_REAL
  598. #define SDL_SetWindowModalFor SDL_SetWindowModalFor_REAL
  599. #define SDL_SetWindowMouseGrab SDL_SetWindowMouseGrab_REAL
  600. #define SDL_SetWindowMouseRect SDL_SetWindowMouseRect_REAL
  601. #define SDL_SetWindowOpacity SDL_SetWindowOpacity_REAL
  602. #define SDL_SetWindowPosition SDL_SetWindowPosition_REAL
  603. #define SDL_SetWindowResizable SDL_SetWindowResizable_REAL
  604. #define SDL_SetWindowSize SDL_SetWindowSize_REAL
  605. #define SDL_SetWindowTitle SDL_SetWindowTitle_REAL
  606. #define SDL_SetWindowsMessageHook SDL_SetWindowsMessageHook_REAL
  607. #define SDL_ShowCursor SDL_ShowCursor_REAL
  608. #define SDL_ShowMessageBox SDL_ShowMessageBox_REAL
  609. #define SDL_ShowSimpleMessageBox SDL_ShowSimpleMessageBox_REAL
  610. #define SDL_ShowWindow SDL_ShowWindow_REAL
  611. #define SDL_SignalCondition SDL_SignalCondition_REAL
  612. #define SDL_SoftStretch SDL_SoftStretch_REAL
  613. #define SDL_StartTextInput SDL_StartTextInput_REAL
  614. #define SDL_StopTextInput SDL_StopTextInput_REAL
  615. #define SDL_SurfaceHasColorKey SDL_SurfaceHasColorKey_REAL
  616. #define SDL_SurfaceHasRLE SDL_SurfaceHasRLE_REAL
  617. #define SDL_TextInputActive SDL_TextInputActive_REAL
  618. #define SDL_TextInputShown SDL_TextInputShown_REAL
  619. #define SDL_GetCurrentThreadID SDL_GetCurrentThreadID_REAL
  620. #define SDL_TryLockMutex SDL_TryLockMutex_REAL
  621. #define SDL_TryLockRWLockForReading SDL_TryLockRWLockForReading_REAL
  622. #define SDL_TryLockRWLockForWriting SDL_TryLockRWLockForWriting_REAL
  623. #define SDL_TryWaitSemaphore SDL_TryWaitSemaphore_REAL
  624. #define SDL_UnloadObject SDL_UnloadObject_REAL
  625. #define SDL_UnlockJoysticks SDL_UnlockJoysticks_REAL
  626. #define SDL_UnlockMutex SDL_UnlockMutex_REAL
  627. #define SDL_UnlockRWLock SDL_UnlockRWLock_REAL
  628. #define SDL_UnlockSurface SDL_UnlockSurface_REAL
  629. #define SDL_UnlockTexture SDL_UnlockTexture_REAL
  630. #define SDL_UnregisterApp SDL_UnregisterApp_REAL
  631. #define SDL_UpdateGamepads SDL_UpdateGamepads_REAL
  632. #define SDL_UpdateJoysticks SDL_UpdateJoysticks_REAL
  633. #define SDL_UpdateNVTexture SDL_UpdateNVTexture_REAL
  634. #define SDL_UpdateSensors SDL_UpdateSensors_REAL
  635. #define SDL_UpdateTexture SDL_UpdateTexture_REAL
  636. #define SDL_UpdateWindowSurface SDL_UpdateWindowSurface_REAL
  637. #define SDL_UpdateWindowSurfaceRects SDL_UpdateWindowSurfaceRects_REAL
  638. #define SDL_UpdateYUVTexture SDL_UpdateYUVTexture_REAL
  639. #define SDL_Vulkan_CreateSurface SDL_Vulkan_CreateSurface_REAL
  640. #define SDL_Vulkan_GetInstanceExtensions SDL_Vulkan_GetInstanceExtensions_REAL
  641. #define SDL_Vulkan_GetVkGetInstanceProcAddr SDL_Vulkan_GetVkGetInstanceProcAddr_REAL
  642. #define SDL_Vulkan_LoadLibrary SDL_Vulkan_LoadLibrary_REAL
  643. #define SDL_Vulkan_UnloadLibrary SDL_Vulkan_UnloadLibrary_REAL
  644. #define SDL_WaitCondition SDL_WaitCondition_REAL
  645. #define SDL_WaitConditionTimeout SDL_WaitConditionTimeout_REAL
  646. #define SDL_WaitEvent SDL_WaitEvent_REAL
  647. #define SDL_WaitEventTimeout SDL_WaitEventTimeout_REAL
  648. #define SDL_WaitSemaphore SDL_WaitSemaphore_REAL
  649. #define SDL_WaitSemaphoreTimeout SDL_WaitSemaphoreTimeout_REAL
  650. #define SDL_WaitThread SDL_WaitThread_REAL
  651. #define SDL_WarpMouseGlobal SDL_WarpMouseGlobal_REAL
  652. #define SDL_WarpMouseInWindow SDL_WarpMouseInWindow_REAL
  653. #define SDL_WasInit SDL_WasInit_REAL
  654. #define SDL_WinRTGetDeviceFamily SDL_WinRTGetDeviceFamily_REAL
  655. #define SDL_WinRTGetFSPathUNICODE SDL_WinRTGetFSPathUNICODE_REAL
  656. #define SDL_WinRTGetFSPathUTF8 SDL_WinRTGetFSPathUTF8_REAL
  657. #define SDL_WriteU16BE SDL_WriteU16BE_REAL
  658. #define SDL_WriteU32BE SDL_WriteU32BE_REAL
  659. #define SDL_WriteU64BE SDL_WriteU64BE_REAL
  660. #define SDL_WriteU16LE SDL_WriteU16LE_REAL
  661. #define SDL_WriteU32LE SDL_WriteU32LE_REAL
  662. #define SDL_WriteU64LE SDL_WriteU64LE_REAL
  663. #define SDL_WriteU8 SDL_WriteU8_REAL
  664. #define SDL_abs SDL_abs_REAL
  665. #define SDL_acos SDL_acos_REAL
  666. #define SDL_acosf SDL_acosf_REAL
  667. #define SDL_aligned_alloc SDL_aligned_alloc_REAL
  668. #define SDL_aligned_free SDL_aligned_free_REAL
  669. #define SDL_asin SDL_asin_REAL
  670. #define SDL_asinf SDL_asinf_REAL
  671. #define SDL_asprintf SDL_asprintf_REAL
  672. #define SDL_atan SDL_atan_REAL
  673. #define SDL_atan2 SDL_atan2_REAL
  674. #define SDL_atan2f SDL_atan2f_REAL
  675. #define SDL_atanf SDL_atanf_REAL
  676. #define SDL_atof SDL_atof_REAL
  677. #define SDL_atoi SDL_atoi_REAL
  678. #define SDL_bsearch SDL_bsearch_REAL
  679. #define SDL_calloc SDL_calloc_REAL
  680. #define SDL_ceil SDL_ceil_REAL
  681. #define SDL_ceilf SDL_ceilf_REAL
  682. #define SDL_copysign SDL_copysign_REAL
  683. #define SDL_copysignf SDL_copysignf_REAL
  684. #define SDL_cos SDL_cos_REAL
  685. #define SDL_cosf SDL_cosf_REAL
  686. #define SDL_crc16 SDL_crc16_REAL
  687. #define SDL_crc32 SDL_crc32_REAL
  688. #define SDL_exp SDL_exp_REAL
  689. #define SDL_expf SDL_expf_REAL
  690. #define SDL_fabs SDL_fabs_REAL
  691. #define SDL_fabsf SDL_fabsf_REAL
  692. #define SDL_floor SDL_floor_REAL
  693. #define SDL_floorf SDL_floorf_REAL
  694. #define SDL_fmod SDL_fmod_REAL
  695. #define SDL_fmodf SDL_fmodf_REAL
  696. #define SDL_free SDL_free_REAL
  697. #define SDL_getenv SDL_getenv_REAL
  698. #define SDL_hid_ble_scan SDL_hid_ble_scan_REAL
  699. #define SDL_hid_close SDL_hid_close_REAL
  700. #define SDL_hid_device_change_count SDL_hid_device_change_count_REAL
  701. #define SDL_hid_enumerate SDL_hid_enumerate_REAL
  702. #define SDL_hid_exit SDL_hid_exit_REAL
  703. #define SDL_hid_free_enumeration SDL_hid_free_enumeration_REAL
  704. #define SDL_hid_get_device_info SDL_hid_get_device_info_REAL
  705. #define SDL_hid_get_feature_report SDL_hid_get_feature_report_REAL
  706. #define SDL_hid_get_indexed_string SDL_hid_get_indexed_string_REAL
  707. #define SDL_hid_get_input_report SDL_hid_get_input_report_REAL
  708. #define SDL_hid_get_manufacturer_string SDL_hid_get_manufacturer_string_REAL
  709. #define SDL_hid_get_product_string SDL_hid_get_product_string_REAL
  710. #define SDL_hid_get_report_descriptor SDL_hid_get_report_descriptor_REAL
  711. #define SDL_hid_get_serial_number_string SDL_hid_get_serial_number_string_REAL
  712. #define SDL_hid_init SDL_hid_init_REAL
  713. #define SDL_hid_open SDL_hid_open_REAL
  714. #define SDL_hid_open_path SDL_hid_open_path_REAL
  715. #define SDL_hid_read SDL_hid_read_REAL
  716. #define SDL_hid_read_timeout SDL_hid_read_timeout_REAL
  717. #define SDL_hid_send_feature_report SDL_hid_send_feature_report_REAL
  718. #define SDL_hid_set_nonblocking SDL_hid_set_nonblocking_REAL
  719. #define SDL_hid_write SDL_hid_write_REAL
  720. #define SDL_iPhoneSetAnimationCallback SDL_iPhoneSetAnimationCallback_REAL
  721. #define SDL_iPhoneSetEventPump SDL_iPhoneSetEventPump_REAL
  722. #define SDL_iconv SDL_iconv_REAL
  723. #define SDL_iconv_close SDL_iconv_close_REAL
  724. #define SDL_iconv_open SDL_iconv_open_REAL
  725. #define SDL_iconv_string SDL_iconv_string_REAL
  726. #define SDL_isalnum SDL_isalnum_REAL
  727. #define SDL_isalpha SDL_isalpha_REAL
  728. #define SDL_isblank SDL_isblank_REAL
  729. #define SDL_iscntrl SDL_iscntrl_REAL
  730. #define SDL_isdigit SDL_isdigit_REAL
  731. #define SDL_isgraph SDL_isgraph_REAL
  732. #define SDL_islower SDL_islower_REAL
  733. #define SDL_isprint SDL_isprint_REAL
  734. #define SDL_ispunct SDL_ispunct_REAL
  735. #define SDL_isspace SDL_isspace_REAL
  736. #define SDL_isupper SDL_isupper_REAL
  737. #define SDL_isxdigit SDL_isxdigit_REAL
  738. #define SDL_itoa SDL_itoa_REAL
  739. #define SDL_lltoa SDL_lltoa_REAL
  740. #define SDL_log SDL_log_REAL
  741. #define SDL_log10 SDL_log10_REAL
  742. #define SDL_log10f SDL_log10f_REAL
  743. #define SDL_logf SDL_logf_REAL
  744. #define SDL_lround SDL_lround_REAL
  745. #define SDL_lroundf SDL_lroundf_REAL
  746. #define SDL_ltoa SDL_ltoa_REAL
  747. #define SDL_malloc SDL_malloc_REAL
  748. #define SDL_memcmp SDL_memcmp_REAL
  749. #define SDL_memcpy SDL_memcpy_REAL
  750. #define SDL_memmove SDL_memmove_REAL
  751. #define SDL_memset SDL_memset_REAL
  752. #define SDL_memset4 SDL_memset4_REAL
  753. #define SDL_modf SDL_modf_REAL
  754. #define SDL_modff SDL_modff_REAL
  755. #define SDL_pow SDL_pow_REAL
  756. #define SDL_powf SDL_powf_REAL
  757. #define SDL_qsort SDL_qsort_REAL
  758. #define SDL_realloc SDL_realloc_REAL
  759. #define SDL_round SDL_round_REAL
  760. #define SDL_roundf SDL_roundf_REAL
  761. #define SDL_scalbn SDL_scalbn_REAL
  762. #define SDL_scalbnf SDL_scalbnf_REAL
  763. #define SDL_setenv SDL_setenv_REAL
  764. #define SDL_sin SDL_sin_REAL
  765. #define SDL_sinf SDL_sinf_REAL
  766. #define SDL_snprintf SDL_snprintf_REAL
  767. #define SDL_sqrt SDL_sqrt_REAL
  768. #define SDL_sqrtf SDL_sqrtf_REAL
  769. #define SDL_sscanf SDL_sscanf_REAL
  770. #define SDL_strcasecmp SDL_strcasecmp_REAL
  771. #define SDL_strcasestr SDL_strcasestr_REAL
  772. #define SDL_strchr SDL_strchr_REAL
  773. #define SDL_strcmp SDL_strcmp_REAL
  774. #define SDL_strdup SDL_strdup_REAL
  775. #define SDL_strlcat SDL_strlcat_REAL
  776. #define SDL_strlcpy SDL_strlcpy_REAL
  777. #define SDL_strlen SDL_strlen_REAL
  778. #define SDL_strlwr SDL_strlwr_REAL
  779. #define SDL_strncasecmp SDL_strncasecmp_REAL
  780. #define SDL_strncmp SDL_strncmp_REAL
  781. #define SDL_strrchr SDL_strrchr_REAL
  782. #define SDL_strrev SDL_strrev_REAL
  783. #define SDL_strstr SDL_strstr_REAL
  784. #define SDL_strtod SDL_strtod_REAL
  785. #define SDL_strtok_r SDL_strtok_r_REAL
  786. #define SDL_strtol SDL_strtol_REAL
  787. #define SDL_strtoll SDL_strtoll_REAL
  788. #define SDL_strtoul SDL_strtoul_REAL
  789. #define SDL_strtoull SDL_strtoull_REAL
  790. #define SDL_strupr SDL_strupr_REAL
  791. #define SDL_swprintf SDL_swprintf_REAL
  792. #define SDL_tan SDL_tan_REAL
  793. #define SDL_tanf SDL_tanf_REAL
  794. #define SDL_tolower SDL_tolower_REAL
  795. #define SDL_toupper SDL_toupper_REAL
  796. #define SDL_trunc SDL_trunc_REAL
  797. #define SDL_truncf SDL_truncf_REAL
  798. #define SDL_uitoa SDL_uitoa_REAL
  799. #define SDL_ulltoa SDL_ulltoa_REAL
  800. #define SDL_ultoa SDL_ultoa_REAL
  801. #define SDL_utf8strlcpy SDL_utf8strlcpy_REAL
  802. #define SDL_utf8strlen SDL_utf8strlen_REAL
  803. #define SDL_utf8strnlen SDL_utf8strnlen_REAL
  804. #define SDL_vasprintf SDL_vasprintf_REAL
  805. #define SDL_vsnprintf SDL_vsnprintf_REAL
  806. #define SDL_vsscanf SDL_vsscanf_REAL
  807. #define SDL_vswprintf SDL_vswprintf_REAL
  808. #define SDL_wcscasecmp SDL_wcscasecmp_REAL
  809. #define SDL_wcscmp SDL_wcscmp_REAL
  810. #define SDL_wcsdup SDL_wcsdup_REAL
  811. #define SDL_wcslcat SDL_wcslcat_REAL
  812. #define SDL_wcslcpy SDL_wcslcpy_REAL
  813. #define SDL_wcslen SDL_wcslen_REAL
  814. #define SDL_wcsncasecmp SDL_wcsncasecmp_REAL
  815. #define SDL_wcsncmp SDL_wcsncmp_REAL
  816. #define SDL_wcsstr SDL_wcsstr_REAL
  817. #define SDL_wcstol SDL_wcstol_REAL
  818. /* New API symbols are added at the end */
  819. #define SDL_ClearClipboardData SDL_ClearClipboardData_REAL
  820. #define SDL_GetGamepadInstanceID SDL_GetGamepadInstanceID_REAL
  821. #define SDL_GetGamepadPowerLevel SDL_GetGamepadPowerLevel_REAL
  822. #define SDL_SetGamepadMapping SDL_SetGamepadMapping_REAL
  823. #define SDL_strndup SDL_strndup_REAL
  824. #define SDL_GetGamepadTypeFromString SDL_GetGamepadTypeFromString_REAL
  825. #define SDL_GetGamepadStringForType SDL_GetGamepadStringForType_REAL
  826. #define SDL_GetRealGamepadInstanceType SDL_GetRealGamepadInstanceType_REAL
  827. #define SDL_GetRealGamepadType SDL_GetRealGamepadType_REAL
  828. #define SDL_wcsnlen SDL_wcsnlen_REAL
  829. #define SDL_strnlen SDL_strnlen_REAL
  830. #define SDL_AddGamepadMappingsFromFile SDL_AddGamepadMappingsFromFile_REAL
  831. #define SDL_ReloadGamepadMappings SDL_ReloadGamepadMappings_REAL
  832. #define SDL_GetNumAudioDrivers SDL_GetNumAudioDrivers_REAL
  833. #define SDL_GetAudioDriver SDL_GetAudioDriver_REAL
  834. #define SDL_GetCurrentAudioDriver SDL_GetCurrentAudioDriver_REAL
  835. #define SDL_GetAudioOutputDevices SDL_GetAudioOutputDevices_REAL
  836. #define SDL_GetAudioCaptureDevices SDL_GetAudioCaptureDevices_REAL
  837. #define SDL_GetAudioDeviceName SDL_GetAudioDeviceName_REAL
  838. #define SDL_GetAudioDeviceFormat SDL_GetAudioDeviceFormat_REAL
  839. #define SDL_OpenAudioDevice SDL_OpenAudioDevice_REAL
  840. #define SDL_CloseAudioDevice SDL_CloseAudioDevice_REAL
  841. #define SDL_BindAudioStreams SDL_BindAudioStreams_REAL
  842. #define SDL_BindAudioStream SDL_BindAudioStream_REAL
  843. #define SDL_UnbindAudioStreams SDL_UnbindAudioStreams_REAL
  844. #define SDL_UnbindAudioStream SDL_UnbindAudioStream_REAL
  845. #define SDL_CreateAudioStream SDL_CreateAudioStream_REAL
  846. #define SDL_GetAudioStreamFormat SDL_GetAudioStreamFormat_REAL
  847. #define SDL_SetAudioStreamFormat SDL_SetAudioStreamFormat_REAL
  848. #define SDL_PutAudioStreamData SDL_PutAudioStreamData_REAL
  849. #define SDL_GetAudioStreamData SDL_GetAudioStreamData_REAL
  850. #define SDL_GetAudioStreamAvailable SDL_GetAudioStreamAvailable_REAL
  851. #define SDL_FlushAudioStream SDL_FlushAudioStream_REAL
  852. #define SDL_ClearAudioStream SDL_ClearAudioStream_REAL
  853. #define SDL_LockAudioStream SDL_LockAudioStream_REAL
  854. #define SDL_UnlockAudioStream SDL_UnlockAudioStream_REAL
  855. #define SDL_SetAudioStreamGetCallback SDL_SetAudioStreamGetCallback_REAL
  856. #define SDL_SetAudioStreamPutCallback SDL_SetAudioStreamPutCallback_REAL
  857. #define SDL_DestroyAudioStream SDL_DestroyAudioStream_REAL
  858. #define SDL_OpenAudioDeviceStream SDL_OpenAudioDeviceStream_REAL
  859. #define SDL_LoadWAV_IO SDL_LoadWAV_IO_REAL
  860. #define SDL_LoadWAV SDL_LoadWAV_REAL
  861. #define SDL_MixAudioFormat SDL_MixAudioFormat_REAL
  862. #define SDL_ConvertAudioSamples SDL_ConvertAudioSamples_REAL
  863. #define SDL_GetSilenceValueForFormat SDL_GetSilenceValueForFormat_REAL
  864. #define SDL_PauseAudioDevice SDL_PauseAudioDevice_REAL
  865. #define SDL_ResumeAudioDevice SDL_ResumeAudioDevice_REAL
  866. #define SDL_AudioDevicePaused SDL_AudioDevicePaused_REAL
  867. #define SDL_GetAudioStreamDevice SDL_GetAudioStreamDevice_REAL
  868. #define SDL_ShowWindowSystemMenu SDL_ShowWindowSystemMenu_REAL
  869. #define SDL_ReadS16LE SDL_ReadS16LE_REAL
  870. #define SDL_ReadS16BE SDL_ReadS16BE_REAL
  871. #define SDL_ReadS32LE SDL_ReadS32LE_REAL
  872. #define SDL_ReadS32BE SDL_ReadS32BE_REAL
  873. #define SDL_ReadS64LE SDL_ReadS64LE_REAL
  874. #define SDL_ReadS64BE SDL_ReadS64BE_REAL
  875. #define SDL_WriteS16LE SDL_WriteS16LE_REAL
  876. #define SDL_WriteS16BE SDL_WriteS16BE_REAL
  877. #define SDL_WriteS32LE SDL_WriteS32LE_REAL
  878. #define SDL_WriteS32BE SDL_WriteS32BE_REAL
  879. #define SDL_WriteS64LE SDL_WriteS64LE_REAL
  880. #define SDL_WriteS64BE SDL_WriteS64BE_REAL
  881. #define SDL_GDKGetDefaultUser SDL_GDKGetDefaultUser_REAL
  882. #define SDL_SetWindowFocusable SDL_SetWindowFocusable_REAL
  883. #define SDL_GetAudioStreamFrequencyRatio SDL_GetAudioStreamFrequencyRatio_REAL
  884. #define SDL_SetAudioStreamFrequencyRatio SDL_SetAudioStreamFrequencyRatio_REAL
  885. #define SDL_SetAudioPostmixCallback SDL_SetAudioPostmixCallback_REAL
  886. #define SDL_GetAudioStreamQueued SDL_GetAudioStreamQueued_REAL
  887. #define SDL_CreateProperties SDL_CreateProperties_REAL
  888. #define SDL_LockProperties SDL_LockProperties_REAL
  889. #define SDL_UnlockProperties SDL_UnlockProperties_REAL
  890. #define SDL_SetProperty SDL_SetProperty_REAL
  891. #define SDL_GetProperty SDL_GetProperty_REAL
  892. #define SDL_DestroyProperties SDL_DestroyProperties_REAL
  893. #define SDL_GetAudioStreamProperties SDL_GetAudioStreamProperties_REAL
  894. #define SDL_GetGamepadProperties SDL_GetGamepadProperties_REAL
  895. #define SDL_GetJoystickProperties SDL_GetJoystickProperties_REAL
  896. #define SDL_GetRendererProperties SDL_GetRendererProperties_REAL
  897. #define SDL_GetTextureProperties SDL_GetTextureProperties_REAL
  898. #define SDL_GetIOProperties SDL_GetIOProperties_REAL
  899. #define SDL_GetSensorProperties SDL_GetSensorProperties_REAL
  900. #define SDL_GetSurfaceProperties SDL_GetSurfaceProperties_REAL
  901. #define SDL_GetWindowProperties SDL_GetWindowProperties_REAL
  902. #define SDL_ClearProperty SDL_ClearProperty_REAL
  903. #define SDL_EnterAppMainCallbacks SDL_EnterAppMainCallbacks_REAL
  904. #define SDL_IOprintf SDL_IOprintf_REAL
  905. #define SDL_IOvprintf SDL_IOvprintf_REAL
  906. #define SDL_AllocateEventMemory SDL_AllocateEventMemory_REAL
  907. #define SDL_GetDisplayProperties SDL_GetDisplayProperties_REAL
  908. #define SDL_SetPropertyWithCleanup SDL_SetPropertyWithCleanup_REAL
  909. #define SDL_SetX11EventHook SDL_SetX11EventHook_REAL
  910. #define SDL_GetGlobalProperties SDL_GetGlobalProperties_REAL
  911. #define SDL_GetGamepadButtonLabelForType SDL_GetGamepadButtonLabelForType_REAL
  912. #define SDL_GetGamepadButtonLabel SDL_GetGamepadButtonLabel_REAL
  913. #define SDL_GetPens SDL_GetPens_REAL
  914. #define SDL_GetPenStatus SDL_GetPenStatus_REAL
  915. #define SDL_GetPenFromGUID SDL_GetPenFromGUID_REAL
  916. #define SDL_GetPenGUID SDL_GetPenGUID_REAL
  917. #define SDL_PenConnected SDL_PenConnected_REAL
  918. #define SDL_GetPenName SDL_GetPenName_REAL
  919. #define SDL_GetPenCapabilities SDL_GetPenCapabilities_REAL
  920. #define SDL_GetPenType SDL_GetPenType_REAL
  921. #define SDL_GetPens SDL_GetPens_REAL
  922. #define SDL_GetPenStatus SDL_GetPenStatus_REAL
  923. #define SDL_GetPenFromGUID SDL_GetPenFromGUID_REAL
  924. #define SDL_GetPenGUID SDL_GetPenGUID_REAL
  925. #define SDL_PenConnected SDL_PenConnected_REAL
  926. #define SDL_GetPenName SDL_GetPenName_REAL
  927. #define SDL_GetPenCapabilities SDL_GetPenCapabilities_REAL
  928. #define SDL_GetPenType SDL_GetPenType_REAL
  929. #define SDL_SetStringProperty SDL_SetStringProperty_REAL
  930. #define SDL_SetNumberProperty SDL_SetNumberProperty_REAL
  931. #define SDL_SetFloatProperty SDL_SetFloatProperty_REAL
  932. #define SDL_GetPropertyType SDL_GetPropertyType_REAL
  933. #define SDL_GetStringProperty SDL_GetStringProperty_REAL
  934. #define SDL_GetNumberProperty SDL_GetNumberProperty_REAL
  935. #define SDL_GetFloatProperty SDL_GetFloatProperty_REAL
  936. #define SDL_EnumerateProperties SDL_EnumerateProperties_REAL
  937. #define SDL_SetBooleanProperty SDL_SetBooleanProperty_REAL
  938. #define SDL_GetBooleanProperty SDL_GetBooleanProperty_REAL
  939. #define SDL_CreateTextureWithProperties SDL_CreateTextureWithProperties_REAL
  940. #define SDL_CreateRendererWithProperties SDL_CreateRendererWithProperties_REAL
  941. #define SDL_GetGamepadMappings SDL_GetGamepadMappings_REAL
  942. #define SDL_GetTouchDevices SDL_GetTouchDevices_REAL
  943. #define SDL_GetTouchDeviceName SDL_GetTouchDeviceName_REAL
  944. #define SDL_strnstr SDL_strnstr_REAL
  945. #define SDL_wcsnstr SDL_wcsnstr_REAL
  946. #define SDL_SyncWindow SDL_SyncWindow_REAL
  947. #define SDL_GetGamepadSteamHandle SDL_GetGamepadSteamHandle_REAL
  948. #define SDL_GetRendererFromTexture SDL_GetRendererFromTexture_REAL
  949. #define SDL_GetHaptics SDL_GetHaptics_REAL
  950. #define SDL_GetHapticInstanceName SDL_GetHapticInstanceName_REAL
  951. #define SDL_GetHapticFromInstanceID SDL_GetHapticFromInstanceID_REAL
  952. #define SDL_GetHapticInstanceID SDL_GetHapticInstanceID_REAL
  953. #define SDL_GetHapticName SDL_GetHapticName_REAL
  954. #define SDL_ReadSurfacePixel SDL_ReadSurfacePixel_REAL
  955. #define SDL_FlipSurface SDL_FlipSurface_REAL
  956. #define SDL_SetTextureColorModFloat SDL_SetTextureColorModFloat_REAL
  957. #define SDL_GetTextureColorModFloat SDL_GetTextureColorModFloat_REAL
  958. #define SDL_SetTextureAlphaModFloat SDL_SetTextureAlphaModFloat_REAL
  959. #define SDL_GetTextureAlphaModFloat SDL_GetTextureAlphaModFloat_REAL
  960. #define SDL_SetRenderDrawColorFloat SDL_SetRenderDrawColorFloat_REAL
  961. #define SDL_GetRenderDrawColorFloat SDL_GetRenderDrawColorFloat_REAL
  962. #define SDL_ConvertPixelsAndColorspace SDL_ConvertPixelsAndColorspace_REAL
  963. #define SDL_SetSurfaceColorspace SDL_SetSurfaceColorspace_REAL
  964. #define SDL_GetSurfaceColorspace SDL_GetSurfaceColorspace_REAL
  965. #define SDL_ConvertSurfaceFormatAndColorspace SDL_ConvertSurfaceFormatAndColorspace_REAL
  966. #define SDL_CopyProperties SDL_CopyProperties_REAL
  967. #define SDL_SetRenderColorScale SDL_SetRenderColorScale_REAL
  968. #define SDL_GetRenderColorScale SDL_GetRenderColorScale_REAL
  969. #define SDL_RenderGeometryRawFloat SDL_RenderGeometryRawFloat_REAL
  970. #define SDL_SetWindowShape SDL_SetWindowShape_REAL
  971. #define SDL_RenderViewportSet SDL_RenderViewportSet_REAL
  972. #define SDL_HasProperty SDL_HasProperty_REAL
  973. #define SDL_GetNumCameraDrivers SDL_GetNumCameraDrivers_REAL
  974. #define SDL_GetCameraDriver SDL_GetCameraDriver_REAL
  975. #define SDL_GetCurrentCameraDriver SDL_GetCurrentCameraDriver_REAL
  976. #define SDL_GetCameraDevices SDL_GetCameraDevices_REAL
  977. #define SDL_GetCameraDeviceSupportedFormats SDL_GetCameraDeviceSupportedFormats_REAL
  978. #define SDL_GetCameraDeviceName SDL_GetCameraDeviceName_REAL
  979. #define SDL_OpenCameraDevice SDL_OpenCameraDevice_REAL
  980. #define SDL_GetCameraInstanceID SDL_GetCameraInstanceID_REAL
  981. #define SDL_GetCameraProperties SDL_GetCameraProperties_REAL
  982. #define SDL_GetCameraFormat SDL_GetCameraFormat_REAL
  983. #define SDL_AcquireCameraFrame SDL_AcquireCameraFrame_REAL
  984. #define SDL_ReleaseCameraFrame SDL_ReleaseCameraFrame_REAL
  985. #define SDL_CloseCamera SDL_CloseCamera_REAL
  986. #define SDL_GetCameraPermissionState SDL_GetCameraPermissionState_REAL
  987. #define SDL_GetCameraDevicePosition SDL_GetCameraDevicePosition_REAL
  988. #define SDL_qsort_r SDL_qsort_r_REAL
  989. #define SDL_bsearch_r SDL_bsearch_r_REAL
  990. #define SDL_AddVulkanRenderSemaphores SDL_AddVulkanRenderSemaphores_REAL
  991. #define SDL_GetNumJoystickBalls SDL_GetNumJoystickBalls_REAL
  992. #define SDL_GetJoystickBall SDL_GetJoystickBall_REAL
  993. #define SDL_ShowOpenFileDialog SDL_ShowOpenFileDialog_REAL
  994. #define SDL_ShowSaveFileDialog SDL_ShowSaveFileDialog_REAL
  995. #define SDL_ShowOpenFolderDialog SDL_ShowOpenFolderDialog_REAL
  996. #define SDL_OpenIO SDL_OpenIO_REAL
  997. #define SDL_CloseIO SDL_CloseIO_REAL
  998. #define SDL_GetIOStatus SDL_GetIOStatus_REAL
  999. #define SDL_OpenTitleStorage SDL_OpenTitleStorage_REAL
  1000. #define SDL_OpenUserStorage SDL_OpenUserStorage_REAL
  1001. #define SDL_OpenStorage SDL_OpenStorage_REAL
  1002. #define SDL_CloseStorage SDL_CloseStorage_REAL
  1003. #define SDL_StorageReady SDL_StorageReady_REAL
  1004. #define SDL_GetStorageFileSize SDL_GetStorageFileSize_REAL
  1005. #define SDL_ReadStorageFile SDL_ReadStorageFile_REAL
  1006. #define SDL_GetStorageSpaceRemaining SDL_GetStorageSpaceRemaining_REAL
  1007. #define SDL_CreateDirectory SDL_CreateDirectory_REAL
  1008. #define SDL_EnumerateDirectory SDL_EnumerateDirectory_REAL
  1009. #define SDL_RemovePath SDL_RemovePath_REAL
  1010. #define SDL_RenamePath SDL_RenamePath_REAL
  1011. #define SDL_GetPathInfo SDL_GetPathInfo_REAL
  1012. #define SDL_FileTimeToWindows SDL_FileTimeToWindows_REAL