1
0

SDL_dynapi.sym 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154
  1. SDL3_0.0.0 {
  2. global:
  3. JNI_OnLoad;
  4. SDL_DYNAPI_entry;
  5. SDL_AcquireCameraFrame;
  6. SDL_AcquireGPUCommandBuffer;
  7. SDL_AcquireGPUSwapchainTexture;
  8. SDL_AddEventWatch;
  9. SDL_AddGamepadMapping;
  10. SDL_AddGamepadMappingsFromFile;
  11. SDL_AddGamepadMappingsFromIO;
  12. SDL_AddHintCallback;
  13. SDL_AddSurfaceAlternateImage;
  14. SDL_AddTimer;
  15. SDL_AddTimerNS;
  16. SDL_AddVulkanRenderSemaphores;
  17. SDL_AtomicAdd;
  18. SDL_AtomicCompareAndSwap;
  19. SDL_AtomicCompareAndSwapPointer;
  20. SDL_AtomicGet;
  21. SDL_AtomicGetPointer;
  22. SDL_AtomicSet;
  23. SDL_AtomicSetPointer;
  24. SDL_AttachVirtualJoystick;
  25. SDL_AudioDevicePaused;
  26. SDL_BeginGPUComputePass;
  27. SDL_BeginGPUCopyPass;
  28. SDL_BeginGPURenderPass;
  29. SDL_BindAudioStream;
  30. SDL_BindAudioStreams;
  31. SDL_BindGPUComputePipeline;
  32. SDL_BindGPUComputeSamplers;
  33. SDL_BindGPUComputeStorageBuffers;
  34. SDL_BindGPUComputeStorageTextures;
  35. SDL_BindGPUFragmentSamplers;
  36. SDL_BindGPUFragmentStorageBuffers;
  37. SDL_BindGPUFragmentStorageTextures;
  38. SDL_BindGPUGraphicsPipeline;
  39. SDL_BindGPUIndexBuffer;
  40. SDL_BindGPUVertexBuffers;
  41. SDL_BindGPUVertexSamplers;
  42. SDL_BindGPUVertexStorageBuffers;
  43. SDL_BindGPUVertexStorageTextures;
  44. SDL_BlitGPUTexture;
  45. SDL_BlitSurface9Grid;
  46. SDL_BlitSurface;
  47. SDL_BlitSurfaceScaled;
  48. SDL_BlitSurfaceTiled;
  49. SDL_BlitSurfaceTiledWithScale;
  50. SDL_BlitSurfaceUnchecked;
  51. SDL_BlitSurfaceUncheckedScaled;
  52. SDL_BroadcastCondition;
  53. SDL_CaptureMouse;
  54. SDL_ClaimWindowForGPUDevice;
  55. SDL_CleanupTLS;
  56. SDL_ClearAudioStream;
  57. SDL_ClearClipboardData;
  58. SDL_ClearComposition;
  59. SDL_ClearError;
  60. SDL_ClearProperty;
  61. SDL_ClearSurface;
  62. SDL_CloseAudioDevice;
  63. SDL_CloseCamera;
  64. SDL_CloseGamepad;
  65. SDL_CloseHaptic;
  66. SDL_CloseIO;
  67. SDL_CloseJoystick;
  68. SDL_CloseSensor;
  69. SDL_CloseStorage;
  70. SDL_ComposeCustomBlendMode;
  71. SDL_ConvertAudioSamples;
  72. SDL_ConvertEventToRenderCoordinates;
  73. SDL_ConvertPixels;
  74. SDL_ConvertPixelsAndColorspace;
  75. SDL_ConvertSurface;
  76. SDL_ConvertSurfaceAndColorspace;
  77. SDL_CopyFile;
  78. SDL_CopyGPUBufferToBuffer;
  79. SDL_CopyGPUTextureToTexture;
  80. SDL_CopyProperties;
  81. SDL_CopyStorageFile;
  82. SDL_CreateAudioStream;
  83. SDL_CreateColorCursor;
  84. SDL_CreateCondition;
  85. SDL_CreateCursor;
  86. SDL_CreateDirectory;
  87. SDL_CreateGPUBuffer;
  88. SDL_CreateGPUComputePipeline;
  89. SDL_CreateGPUDevice;
  90. SDL_CreateGPUDeviceWithProperties;
  91. SDL_CreateGPUGraphicsPipeline;
  92. SDL_CreateGPUSampler;
  93. SDL_CreateGPUShader;
  94. SDL_CreateGPUTexture;
  95. SDL_CreateGPUTransferBuffer;
  96. SDL_CreateHapticEffect;
  97. SDL_CreateMutex;
  98. SDL_CreatePalette;
  99. SDL_CreatePopupWindow;
  100. SDL_CreateProperties;
  101. SDL_CreateRWLock;
  102. SDL_CreateRenderer;
  103. SDL_CreateRendererWithProperties;
  104. SDL_CreateSemaphore;
  105. SDL_CreateSoftwareRenderer;
  106. SDL_CreateStorageDirectory;
  107. SDL_CreateSurface;
  108. SDL_CreateSurfaceFrom;
  109. SDL_CreateSurfacePalette;
  110. SDL_CreateSystemCursor;
  111. SDL_CreateTexture;
  112. SDL_CreateTextureFromSurface;
  113. SDL_CreateTextureWithProperties;
  114. SDL_CreateThreadRuntime;
  115. SDL_CreateThreadWithPropertiesRuntime;
  116. SDL_CreateWindow;
  117. SDL_CreateWindowAndRenderer;
  118. SDL_CreateWindowWithProperties;
  119. SDL_CursorVisible;
  120. SDL_DateTimeToTime;
  121. SDL_Delay;
  122. SDL_DelayNS;
  123. SDL_DestroyAudioStream;
  124. SDL_DestroyCondition;
  125. SDL_DestroyCursor;
  126. SDL_DestroyGPUDevice;
  127. SDL_DestroyHapticEffect;
  128. SDL_DestroyMutex;
  129. SDL_DestroyPalette;
  130. SDL_DestroyProperties;
  131. SDL_DestroyRWLock;
  132. SDL_DestroyRenderer;
  133. SDL_DestroySemaphore;
  134. SDL_DestroySurface;
  135. SDL_DestroyTexture;
  136. SDL_DestroyWindow;
  137. SDL_DestroyWindowSurface;
  138. SDL_DetachThread;
  139. SDL_DetachVirtualJoystick;
  140. SDL_DisableScreenSaver;
  141. SDL_DispatchGPUCompute;
  142. SDL_DispatchGPUComputeIndirect;
  143. SDL_DownloadFromGPUBuffer;
  144. SDL_DownloadFromGPUTexture;
  145. SDL_DrawGPUIndexedPrimitives;
  146. SDL_DrawGPUIndexedPrimitivesIndirect;
  147. SDL_DrawGPUPrimitives;
  148. SDL_DrawGPUPrimitivesIndirect;
  149. SDL_DuplicateSurface;
  150. SDL_EGL_GetCurrentConfig;
  151. SDL_EGL_GetCurrentDisplay;
  152. SDL_EGL_GetProcAddress;
  153. SDL_EGL_GetWindowSurface;
  154. SDL_EGL_SetAttributeCallbacks;
  155. SDL_EnableScreenSaver;
  156. SDL_EndGPUComputePass;
  157. SDL_EndGPUCopyPass;
  158. SDL_EndGPURenderPass;
  159. SDL_EnterAppMainCallbacks;
  160. SDL_EnumerateDirectory;
  161. SDL_EnumerateProperties;
  162. SDL_EnumerateStorageDirectory;
  163. SDL_EventEnabled;
  164. SDL_FillSurfaceRect;
  165. SDL_FillSurfaceRects;
  166. SDL_FilterEvents;
  167. SDL_FlashWindow;
  168. SDL_FlipSurface;
  169. SDL_FlushAudioStream;
  170. SDL_FlushEvent;
  171. SDL_FlushEvents;
  172. SDL_FlushRenderer;
  173. SDL_GDKResumeGPU;
  174. SDL_GDKSuspendComplete;
  175. SDL_GDKSuspendGPU;
  176. SDL_GL_CreateContext;
  177. SDL_GL_DestroyContext;
  178. SDL_GL_ExtensionSupported;
  179. SDL_GL_GetAttribute;
  180. SDL_GL_GetCurrentContext;
  181. SDL_GL_GetCurrentWindow;
  182. SDL_GL_GetProcAddress;
  183. SDL_GL_GetSwapInterval;
  184. SDL_GL_LoadLibrary;
  185. SDL_GL_MakeCurrent;
  186. SDL_GL_ResetAttributes;
  187. SDL_GL_SetAttribute;
  188. SDL_GL_SetSwapInterval;
  189. SDL_GL_SwapWindow;
  190. SDL_GL_UnloadLibrary;
  191. SDL_GPUTextureFormatTexelBlockSize;
  192. SDL_GPUTextureSupportsFormat;
  193. SDL_GPUTextureSupportsSampleCount;
  194. SDL_GUIDToString;
  195. SDL_GamepadConnected;
  196. SDL_GamepadEventsEnabled;
  197. SDL_GamepadHasAxis;
  198. SDL_GamepadHasButton;
  199. SDL_GamepadHasSensor;
  200. SDL_GamepadSensorEnabled;
  201. SDL_GenerateMipmapsForGPUTexture;
  202. SDL_GetAndroidActivity;
  203. SDL_GetAndroidCachePath;
  204. SDL_GetAndroidExternalStoragePath;
  205. SDL_GetAndroidExternalStorageState;
  206. SDL_GetAndroidInternalStoragePath;
  207. SDL_GetAndroidJNIEnv;
  208. SDL_GetAndroidSDKVersion;
  209. SDL_GetAppMetadataProperty;
  210. SDL_GetAssertionHandler;
  211. SDL_GetAssertionReport;
  212. SDL_GetAudioDeviceChannelMap;
  213. SDL_GetAudioDeviceFormat;
  214. SDL_GetAudioDeviceGain;
  215. SDL_GetAudioDeviceName;
  216. SDL_GetAudioDriver;
  217. SDL_GetAudioFormatName;
  218. SDL_GetAudioPlaybackDevices;
  219. SDL_GetAudioRecordingDevices;
  220. SDL_GetAudioStreamAvailable;
  221. SDL_GetAudioStreamData;
  222. SDL_GetAudioStreamDevice;
  223. SDL_GetAudioStreamFormat;
  224. SDL_GetAudioStreamFrequencyRatio;
  225. SDL_GetAudioStreamGain;
  226. SDL_GetAudioStreamInputChannelMap;
  227. SDL_GetAudioStreamOutputChannelMap;
  228. SDL_GetAudioStreamProperties;
  229. SDL_GetAudioStreamQueued;
  230. SDL_GetBasePath;
  231. SDL_GetBooleanProperty;
  232. SDL_GetCPUCacheLineSize;
  233. SDL_GetCPUCount;
  234. SDL_GetCameraDriver;
  235. SDL_GetCameraFormat;
  236. SDL_GetCameraID;
  237. SDL_GetCameraName;
  238. SDL_GetCameraPermissionState;
  239. SDL_GetCameraPosition;
  240. SDL_GetCameraProperties;
  241. SDL_GetCameraSupportedFormats;
  242. SDL_GetCameras;
  243. SDL_GetClipboardData;
  244. SDL_GetClipboardText;
  245. SDL_GetClosestFullscreenDisplayMode;
  246. SDL_GetCurrentAudioDriver;
  247. SDL_GetCurrentCameraDriver;
  248. SDL_GetCurrentDisplayMode;
  249. SDL_GetCurrentDisplayOrientation;
  250. SDL_GetCurrentRenderOutputSize;
  251. SDL_GetCurrentThreadID;
  252. SDL_GetCurrentTime;
  253. SDL_GetCurrentVideoDriver;
  254. SDL_GetCursor;
  255. SDL_GetDXGIOutputInfo;
  256. SDL_GetDateTimeLocalePreferences;
  257. SDL_GetDayOfWeek;
  258. SDL_GetDayOfYear;
  259. SDL_GetDaysInMonth;
  260. SDL_GetDefaultAssertionHandler;
  261. SDL_GetDefaultCursor;
  262. SDL_GetDesktopDisplayMode;
  263. SDL_GetDirect3D9AdapterIndex;
  264. SDL_GetDisplayBounds;
  265. SDL_GetDisplayContentScale;
  266. SDL_GetDisplayForPoint;
  267. SDL_GetDisplayForRect;
  268. SDL_GetDisplayForWindow;
  269. SDL_GetDisplayName;
  270. SDL_GetDisplayProperties;
  271. SDL_GetDisplayUsableBounds;
  272. SDL_GetDisplays;
  273. SDL_GetError;
  274. SDL_GetEventFilter;
  275. SDL_GetFloatProperty;
  276. SDL_GetFullscreenDisplayModes;
  277. SDL_GetGDKDefaultUser;
  278. SDL_GetGDKTaskQueue;
  279. SDL_GetGPUDeviceDriver;
  280. SDL_GetGPUDriver;
  281. SDL_GetGPUShaderFormats;
  282. SDL_GetGPUSwapchainTextureFormat;
  283. SDL_GetGamepadAppleSFSymbolsNameForAxis;
  284. SDL_GetGamepadAppleSFSymbolsNameForButton;
  285. SDL_GetGamepadAxis;
  286. SDL_GetGamepadAxisFromString;
  287. SDL_GetGamepadBindings;
  288. SDL_GetGamepadButton;
  289. SDL_GetGamepadButtonFromString;
  290. SDL_GetGamepadButtonLabel;
  291. SDL_GetGamepadButtonLabelForType;
  292. SDL_GetGamepadConnectionState;
  293. SDL_GetGamepadFirmwareVersion;
  294. SDL_GetGamepadFromID;
  295. SDL_GetGamepadFromPlayerIndex;
  296. SDL_GetGamepadGUIDForID;
  297. SDL_GetGamepadID;
  298. SDL_GetGamepadJoystick;
  299. SDL_GetGamepadMapping;
  300. SDL_GetGamepadMappingForGUID;
  301. SDL_GetGamepadMappingForID;
  302. SDL_GetGamepadMappings;
  303. SDL_GetGamepadName;
  304. SDL_GetGamepadNameForID;
  305. SDL_GetGamepadPath;
  306. SDL_GetGamepadPathForID;
  307. SDL_GetGamepadPlayerIndex;
  308. SDL_GetGamepadPlayerIndexForID;
  309. SDL_GetGamepadPowerInfo;
  310. SDL_GetGamepadProduct;
  311. SDL_GetGamepadProductForID;
  312. SDL_GetGamepadProductVersion;
  313. SDL_GetGamepadProductVersionForID;
  314. SDL_GetGamepadProperties;
  315. SDL_GetGamepadSensorData;
  316. SDL_GetGamepadSensorDataRate;
  317. SDL_GetGamepadSerial;
  318. SDL_GetGamepadSteamHandle;
  319. SDL_GetGamepadStringForAxis;
  320. SDL_GetGamepadStringForButton;
  321. SDL_GetGamepadStringForType;
  322. SDL_GetGamepadTouchpadFinger;
  323. SDL_GetGamepadType;
  324. SDL_GetGamepadTypeForID;
  325. SDL_GetGamepadTypeFromString;
  326. SDL_GetGamepadVendor;
  327. SDL_GetGamepadVendorForID;
  328. SDL_GetGamepads;
  329. SDL_GetGlobalMouseState;
  330. SDL_GetGlobalProperties;
  331. SDL_GetGrabbedWindow;
  332. SDL_GetHapticEffectStatus;
  333. SDL_GetHapticFeatures;
  334. SDL_GetHapticFromID;
  335. SDL_GetHapticID;
  336. SDL_GetHapticName;
  337. SDL_GetHapticNameForID;
  338. SDL_GetHaptics;
  339. SDL_GetHint;
  340. SDL_GetHintBoolean;
  341. SDL_GetIOProperties;
  342. SDL_GetIOSize;
  343. SDL_GetIOStatus;
  344. SDL_GetJoystickAxis;
  345. SDL_GetJoystickAxisInitialState;
  346. SDL_GetJoystickBall;
  347. SDL_GetJoystickButton;
  348. SDL_GetJoystickConnectionState;
  349. SDL_GetJoystickFirmwareVersion;
  350. SDL_GetJoystickFromID;
  351. SDL_GetJoystickFromPlayerIndex;
  352. SDL_GetJoystickGUID;
  353. SDL_GetJoystickGUIDForID;
  354. SDL_GetJoystickGUIDInfo;
  355. SDL_GetJoystickHat;
  356. SDL_GetJoystickID;
  357. SDL_GetJoystickName;
  358. SDL_GetJoystickNameForID;
  359. SDL_GetJoystickPath;
  360. SDL_GetJoystickPathForID;
  361. SDL_GetJoystickPlayerIndex;
  362. SDL_GetJoystickPlayerIndexForID;
  363. SDL_GetJoystickPowerInfo;
  364. SDL_GetJoystickProduct;
  365. SDL_GetJoystickProductForID;
  366. SDL_GetJoystickProductVersion;
  367. SDL_GetJoystickProductVersionForID;
  368. SDL_GetJoystickProperties;
  369. SDL_GetJoystickSerial;
  370. SDL_GetJoystickType;
  371. SDL_GetJoystickTypeForID;
  372. SDL_GetJoystickVendor;
  373. SDL_GetJoystickVendorForID;
  374. SDL_GetJoysticks;
  375. SDL_GetKeyFromName;
  376. SDL_GetKeyFromScancode;
  377. SDL_GetKeyName;
  378. SDL_GetKeyboardFocus;
  379. SDL_GetKeyboardNameForID;
  380. SDL_GetKeyboardState;
  381. SDL_GetKeyboards;
  382. SDL_GetLogOutputFunction;
  383. SDL_GetLogPriority;
  384. SDL_GetMasksForPixelFormat;
  385. SDL_GetMaxHapticEffects;
  386. SDL_GetMaxHapticEffectsPlaying;
  387. SDL_GetMemoryFunctions;
  388. SDL_GetMice;
  389. SDL_GetModState;
  390. SDL_GetMouseFocus;
  391. SDL_GetMouseNameForID;
  392. SDL_GetMouseState;
  393. SDL_GetNaturalDisplayOrientation;
  394. SDL_GetNumAllocations;
  395. SDL_GetNumAudioDrivers;
  396. SDL_GetNumCameraDrivers;
  397. SDL_GetNumGPUDrivers;
  398. SDL_GetNumGamepadTouchpadFingers;
  399. SDL_GetNumGamepadTouchpads;
  400. SDL_GetNumHapticAxes;
  401. SDL_GetNumJoystickAxes;
  402. SDL_GetNumJoystickBalls;
  403. SDL_GetNumJoystickButtons;
  404. SDL_GetNumJoystickHats;
  405. SDL_GetNumRenderDrivers;
  406. SDL_GetNumVideoDrivers;
  407. SDL_GetNumberProperty;
  408. SDL_GetOriginalMemoryFunctions;
  409. SDL_GetPathInfo;
  410. SDL_GetPerformanceCounter;
  411. SDL_GetPerformanceFrequency;
  412. SDL_GetPixelFormatDetails;
  413. SDL_GetPixelFormatForMasks;
  414. SDL_GetPixelFormatName;
  415. SDL_GetPlatform;
  416. SDL_GetPointerProperty;
  417. SDL_GetPowerInfo;
  418. SDL_GetPrefPath;
  419. SDL_GetPreferredLocales;
  420. SDL_GetPrimaryDisplay;
  421. SDL_GetPrimarySelectionText;
  422. SDL_GetPropertyType;
  423. SDL_GetRGB;
  424. SDL_GetRGBA;
  425. SDL_GetRealGamepadType;
  426. SDL_GetRealGamepadTypeForID;
  427. SDL_GetRectAndLineIntersection;
  428. SDL_GetRectAndLineIntersectionFloat;
  429. SDL_GetRectEnclosingPoints;
  430. SDL_GetRectEnclosingPointsFloat;
  431. SDL_GetRectIntersection;
  432. SDL_GetRectIntersectionFloat;
  433. SDL_GetRectUnion;
  434. SDL_GetRectUnionFloat;
  435. SDL_GetRelativeMouseState;
  436. SDL_GetRenderClipRect;
  437. SDL_GetRenderColorScale;
  438. SDL_GetRenderDrawBlendMode;
  439. SDL_GetRenderDrawColor;
  440. SDL_GetRenderDrawColorFloat;
  441. SDL_GetRenderDriver;
  442. SDL_GetRenderLogicalPresentation;
  443. SDL_GetRenderLogicalPresentationRect;
  444. SDL_GetRenderMetalCommandEncoder;
  445. SDL_GetRenderMetalLayer;
  446. SDL_GetRenderOutputSize;
  447. SDL_GetRenderSafeArea;
  448. SDL_GetRenderScale;
  449. SDL_GetRenderTarget;
  450. SDL_GetRenderVSync;
  451. SDL_GetRenderViewport;
  452. SDL_GetRenderWindow;
  453. SDL_GetRenderer;
  454. SDL_GetRendererFromTexture;
  455. SDL_GetRendererName;
  456. SDL_GetRendererProperties;
  457. SDL_GetRevision;
  458. SDL_GetSIMDAlignment;
  459. SDL_GetScancodeFromKey;
  460. SDL_GetScancodeFromName;
  461. SDL_GetScancodeName;
  462. SDL_GetSemaphoreValue;
  463. SDL_GetSensorData;
  464. SDL_GetSensorFromID;
  465. SDL_GetSensorID;
  466. SDL_GetSensorName;
  467. SDL_GetSensorNameForID;
  468. SDL_GetSensorNonPortableType;
  469. SDL_GetSensorNonPortableTypeForID;
  470. SDL_GetSensorProperties;
  471. SDL_GetSensorType;
  472. SDL_GetSensorTypeForID;
  473. SDL_GetSensors;
  474. SDL_GetSilenceValueForFormat;
  475. SDL_GetStorageFileSize;
  476. SDL_GetStoragePathInfo;
  477. SDL_GetStorageSpaceRemaining;
  478. SDL_GetStringProperty;
  479. SDL_GetSurfaceAlphaMod;
  480. SDL_GetSurfaceBlendMode;
  481. SDL_GetSurfaceClipRect;
  482. SDL_GetSurfaceColorKey;
  483. SDL_GetSurfaceColorMod;
  484. SDL_GetSurfaceColorspace;
  485. SDL_GetSurfaceImages;
  486. SDL_GetSurfacePalette;
  487. SDL_GetSurfaceProperties;
  488. SDL_GetSystemRAM;
  489. SDL_GetSystemTheme;
  490. SDL_GetTLS;
  491. SDL_GetTextInputArea;
  492. SDL_GetTextureAlphaMod;
  493. SDL_GetTextureAlphaModFloat;
  494. SDL_GetTextureBlendMode;
  495. SDL_GetTextureColorMod;
  496. SDL_GetTextureColorModFloat;
  497. SDL_GetTextureProperties;
  498. SDL_GetTextureScaleMode;
  499. SDL_GetTextureSize;
  500. SDL_GetThreadID;
  501. SDL_GetThreadName;
  502. SDL_GetTicks;
  503. SDL_GetTicksNS;
  504. SDL_GetTouchDeviceName;
  505. SDL_GetTouchDeviceType;
  506. SDL_GetTouchDevices;
  507. SDL_GetTouchFingers;
  508. SDL_GetUserFolder;
  509. SDL_GetVersion;
  510. SDL_GetVideoDriver;
  511. SDL_GetWindowAspectRatio;
  512. SDL_GetWindowBordersSize;
  513. SDL_GetWindowDisplayScale;
  514. SDL_GetWindowFlags;
  515. SDL_GetWindowFromEvent;
  516. SDL_GetWindowFromID;
  517. SDL_GetWindowFullscreenMode;
  518. SDL_GetWindowICCProfile;
  519. SDL_GetWindowID;
  520. SDL_GetWindowKeyboardGrab;
  521. SDL_GetWindowMaximumSize;
  522. SDL_GetWindowMinimumSize;
  523. SDL_GetWindowMouseGrab;
  524. SDL_GetWindowMouseRect;
  525. SDL_GetWindowOpacity;
  526. SDL_GetWindowParent;
  527. SDL_GetWindowPixelDensity;
  528. SDL_GetWindowPixelFormat;
  529. SDL_GetWindowPosition;
  530. SDL_GetWindowProperties;
  531. SDL_GetWindowRelativeMouseMode;
  532. SDL_GetWindowSafeArea;
  533. SDL_GetWindowSize;
  534. SDL_GetWindowSizeInPixels;
  535. SDL_GetWindowSurface;
  536. SDL_GetWindowSurfaceVSync;
  537. SDL_GetWindowTitle;
  538. SDL_GetWindows;
  539. SDL_GlobDirectory;
  540. SDL_GlobStorageDirectory;
  541. SDL_HapticEffectSupported;
  542. SDL_HapticRumbleSupported;
  543. SDL_HasARMSIMD;
  544. SDL_HasAVX2;
  545. SDL_HasAVX512F;
  546. SDL_HasAVX;
  547. SDL_HasAltiVec;
  548. SDL_HasClipboardData;
  549. SDL_HasClipboardText;
  550. SDL_HasEvent;
  551. SDL_HasEvents;
  552. SDL_HasGamepad;
  553. SDL_HasJoystick;
  554. SDL_HasKeyboard;
  555. SDL_HasLASX;
  556. SDL_HasLSX;
  557. SDL_HasMMX;
  558. SDL_HasMouse;
  559. SDL_HasNEON;
  560. SDL_HasPrimarySelectionText;
  561. SDL_HasProperty;
  562. SDL_HasRectIntersection;
  563. SDL_HasRectIntersectionFloat;
  564. SDL_HasSSE2;
  565. SDL_HasSSE3;
  566. SDL_HasSSE41;
  567. SDL_HasSSE42;
  568. SDL_HasSSE;
  569. SDL_HasScreenKeyboardSupport;
  570. SDL_HideCursor;
  571. SDL_HideWindow;
  572. SDL_IOFromConstMem;
  573. SDL_IOFromDynamicMem;
  574. SDL_IOFromFile;
  575. SDL_IOFromMem;
  576. SDL_IOprintf;
  577. SDL_IOvprintf;
  578. SDL_Init;
  579. SDL_InitHapticRumble;
  580. SDL_InitSubSystem;
  581. SDL_InsertGPUDebugLabel;
  582. SDL_IsAndroidTV;
  583. SDL_IsChromebook;
  584. SDL_IsDeXMode;
  585. SDL_IsGamepad;
  586. SDL_IsJoystickHaptic;
  587. SDL_IsJoystickVirtual;
  588. SDL_IsMouseHaptic;
  589. SDL_IsTablet;
  590. SDL_JoystickConnected;
  591. SDL_JoystickEventsEnabled;
  592. SDL_LoadBMP;
  593. SDL_LoadBMP_IO;
  594. SDL_LoadFile;
  595. SDL_LoadFile_IO;
  596. SDL_LoadFunction;
  597. SDL_LoadObject;
  598. SDL_LoadWAV;
  599. SDL_LoadWAV_IO;
  600. SDL_LockAudioStream;
  601. SDL_LockJoysticks;
  602. SDL_LockMutex;
  603. SDL_LockProperties;
  604. SDL_LockRWLockForReading;
  605. SDL_LockRWLockForWriting;
  606. SDL_LockSpinlock;
  607. SDL_LockSurface;
  608. SDL_LockTexture;
  609. SDL_LockTextureToSurface;
  610. SDL_Log;
  611. SDL_LogCritical;
  612. SDL_LogDebug;
  613. SDL_LogError;
  614. SDL_LogInfo;
  615. SDL_LogMessage;
  616. SDL_LogMessageV;
  617. SDL_LogVerbose;
  618. SDL_LogWarn;
  619. SDL_MapGPUTransferBuffer;
  620. SDL_MapRGB;
  621. SDL_MapRGBA;
  622. SDL_MapSurfaceRGB;
  623. SDL_MapSurfaceRGBA;
  624. SDL_MaximizeWindow;
  625. SDL_MemoryBarrierAcquireFunction;
  626. SDL_MemoryBarrierReleaseFunction;
  627. SDL_Metal_CreateView;
  628. SDL_Metal_DestroyView;
  629. SDL_Metal_GetLayer;
  630. SDL_MinimizeWindow;
  631. SDL_MixAudio;
  632. SDL_OnApplicationDidChangeStatusBarOrientation;
  633. SDL_OnApplicationDidEnterBackground;
  634. SDL_OnApplicationDidEnterForeground;
  635. SDL_OnApplicationDidReceiveMemoryWarning;
  636. SDL_OnApplicationWillEnterBackground;
  637. SDL_OnApplicationWillEnterForeground;
  638. SDL_OnApplicationWillTerminate;
  639. SDL_OpenAudioDevice;
  640. SDL_OpenAudioDeviceStream;
  641. SDL_OpenCamera;
  642. SDL_OpenFileStorage;
  643. SDL_OpenGamepad;
  644. SDL_OpenHaptic;
  645. SDL_OpenHapticFromJoystick;
  646. SDL_OpenHapticFromMouse;
  647. SDL_OpenIO;
  648. SDL_OpenJoystick;
  649. SDL_OpenSensor;
  650. SDL_OpenStorage;
  651. SDL_OpenTitleStorage;
  652. SDL_OpenURL;
  653. SDL_OpenUserStorage;
  654. SDL_OutOfMemory;
  655. SDL_PauseAudioDevice;
  656. SDL_PauseAudioStreamDevice;
  657. SDL_PauseHaptic;
  658. SDL_PeepEvents;
  659. SDL_PlayHapticRumble;
  660. SDL_PollEvent;
  661. SDL_PopGPUDebugGroup;
  662. SDL_PremultiplyAlpha;
  663. SDL_PremultiplySurfaceAlpha;
  664. SDL_PumpEvents;
  665. SDL_PushEvent;
  666. SDL_PushGPUComputeUniformData;
  667. SDL_PushGPUDebugGroup;
  668. SDL_PushGPUFragmentUniformData;
  669. SDL_PushGPUVertexUniformData;
  670. SDL_PutAudioStreamData;
  671. SDL_QueryGPUFence;
  672. SDL_QueryGPUSupport;
  673. SDL_QueryGPUSupportWithProperties;
  674. SDL_Quit;
  675. SDL_QuitSubSystem;
  676. SDL_RaiseWindow;
  677. SDL_ReadIO;
  678. SDL_ReadS16BE;
  679. SDL_ReadS16LE;
  680. SDL_ReadS32BE;
  681. SDL_ReadS32LE;
  682. SDL_ReadS64BE;
  683. SDL_ReadS64LE;
  684. SDL_ReadS8;
  685. SDL_ReadStorageFile;
  686. SDL_ReadSurfacePixel;
  687. SDL_ReadSurfacePixelFloat;
  688. SDL_ReadU16BE;
  689. SDL_ReadU16LE;
  690. SDL_ReadU32BE;
  691. SDL_ReadU32LE;
  692. SDL_ReadU64BE;
  693. SDL_ReadU64LE;
  694. SDL_ReadU8;
  695. SDL_RegisterApp;
  696. SDL_RegisterEvents;
  697. SDL_ReleaseCameraFrame;
  698. SDL_ReleaseGPUBuffer;
  699. SDL_ReleaseGPUComputePipeline;
  700. SDL_ReleaseGPUFence;
  701. SDL_ReleaseGPUGraphicsPipeline;
  702. SDL_ReleaseGPUSampler;
  703. SDL_ReleaseGPUShader;
  704. SDL_ReleaseGPUTexture;
  705. SDL_ReleaseGPUTransferBuffer;
  706. SDL_ReleaseWindowFromGPUDevice;
  707. SDL_ReloadGamepadMappings;
  708. SDL_RemoveEventWatch;
  709. SDL_RemoveHintCallback;
  710. SDL_RemovePath;
  711. SDL_RemoveStoragePath;
  712. SDL_RemoveSurfaceAlternateImages;
  713. SDL_RemoveTimer;
  714. SDL_RenamePath;
  715. SDL_RenameStoragePath;
  716. SDL_RenderClear;
  717. SDL_RenderClipEnabled;
  718. SDL_RenderCoordinatesFromWindow;
  719. SDL_RenderCoordinatesToWindow;
  720. SDL_RenderFillRect;
  721. SDL_RenderFillRects;
  722. SDL_RenderGeometry;
  723. SDL_RenderGeometryRaw;
  724. SDL_RenderLine;
  725. SDL_RenderLines;
  726. SDL_RenderPoint;
  727. SDL_RenderPoints;
  728. SDL_RenderPresent;
  729. SDL_RenderReadPixels;
  730. SDL_RenderRect;
  731. SDL_RenderRects;
  732. SDL_RenderTexture9Grid;
  733. SDL_RenderTexture;
  734. SDL_RenderTextureRotated;
  735. SDL_RenderTextureTiled;
  736. SDL_RenderViewportSet;
  737. SDL_ReportAssertion;
  738. SDL_RequestAndroidPermission;
  739. SDL_ResetAssertionReport;
  740. SDL_ResetHint;
  741. SDL_ResetHints;
  742. SDL_ResetKeyboard;
  743. SDL_ResetLogPriorities;
  744. SDL_RestoreWindow;
  745. SDL_ResumeAudioDevice;
  746. SDL_ResumeAudioStreamDevice;
  747. SDL_ResumeHaptic;
  748. SDL_RumbleGamepad;
  749. SDL_RumbleGamepadTriggers;
  750. SDL_RumbleJoystick;
  751. SDL_RumbleJoystickTriggers;
  752. SDL_RunApp;
  753. SDL_RunHapticEffect;
  754. SDL_SaveBMP;
  755. SDL_SaveBMP_IO;
  756. SDL_ScaleSurface;
  757. SDL_ScreenKeyboardShown;
  758. SDL_ScreenSaverEnabled;
  759. SDL_SeekIO;
  760. SDL_SendAndroidBackButton;
  761. SDL_SendAndroidMessage;
  762. SDL_SendGamepadEffect;
  763. SDL_SendJoystickEffect;
  764. SDL_SendJoystickVirtualSensorData;
  765. SDL_SetAppMetadata;
  766. SDL_SetAppMetadataProperty;
  767. SDL_SetAssertionHandler;
  768. SDL_SetAudioDeviceGain;
  769. SDL_SetAudioPostmixCallback;
  770. SDL_SetAudioStreamFormat;
  771. SDL_SetAudioStreamFrequencyRatio;
  772. SDL_SetAudioStreamGain;
  773. SDL_SetAudioStreamGetCallback;
  774. SDL_SetAudioStreamInputChannelMap;
  775. SDL_SetAudioStreamOutputChannelMap;
  776. SDL_SetAudioStreamPutCallback;
  777. SDL_SetBooleanProperty;
  778. SDL_SetClipboardData;
  779. SDL_SetClipboardText;
  780. SDL_SetCursor;
  781. SDL_SetError;
  782. SDL_SetEventEnabled;
  783. SDL_SetEventFilter;
  784. SDL_SetFloatProperty;
  785. SDL_SetGPUBlendConstants;
  786. SDL_SetGPUBufferName;
  787. SDL_SetGPUScissor;
  788. SDL_SetGPUStencilReference;
  789. SDL_SetGPUSwapchainParameters;
  790. SDL_SetGPUTextureName;
  791. SDL_SetGPUViewport;
  792. SDL_SetGamepadEventsEnabled;
  793. SDL_SetGamepadLED;
  794. SDL_SetGamepadMapping;
  795. SDL_SetGamepadPlayerIndex;
  796. SDL_SetGamepadSensorEnabled;
  797. SDL_SetHapticAutocenter;
  798. SDL_SetHapticGain;
  799. SDL_SetHint;
  800. SDL_SetHintWithPriority;
  801. SDL_SetJoystickEventsEnabled;
  802. SDL_SetJoystickLED;
  803. SDL_SetJoystickPlayerIndex;
  804. SDL_SetJoystickVirtualAxis;
  805. SDL_SetJoystickVirtualBall;
  806. SDL_SetJoystickVirtualButton;
  807. SDL_SetJoystickVirtualHat;
  808. SDL_SetJoystickVirtualTouchpad;
  809. SDL_SetLinuxThreadPriority;
  810. SDL_SetLinuxThreadPriorityAndPolicy;
  811. SDL_SetLogOutputFunction;
  812. SDL_SetLogPriorities;
  813. SDL_SetLogPriority;
  814. SDL_SetLogPriorityPrefix;
  815. SDL_SetMainReady;
  816. SDL_SetMemoryFunctions;
  817. SDL_SetModState;
  818. SDL_SetNumberProperty;
  819. SDL_SetPaletteColors;
  820. SDL_SetPointerProperty;
  821. SDL_SetPointerPropertyWithCleanup;
  822. SDL_SetPrimarySelectionText;
  823. SDL_SetRenderClipRect;
  824. SDL_SetRenderColorScale;
  825. SDL_SetRenderDrawBlendMode;
  826. SDL_SetRenderDrawColor;
  827. SDL_SetRenderDrawColorFloat;
  828. SDL_SetRenderLogicalPresentation;
  829. SDL_SetRenderScale;
  830. SDL_SetRenderTarget;
  831. SDL_SetRenderVSync;
  832. SDL_SetRenderViewport;
  833. SDL_SetScancodeName;
  834. SDL_SetStringProperty;
  835. SDL_SetSurfaceAlphaMod;
  836. SDL_SetSurfaceBlendMode;
  837. SDL_SetSurfaceClipRect;
  838. SDL_SetSurfaceColorKey;
  839. SDL_SetSurfaceColorMod;
  840. SDL_SetSurfaceColorspace;
  841. SDL_SetSurfacePalette;
  842. SDL_SetSurfaceRLE;
  843. SDL_SetTLS;
  844. SDL_SetTextInputArea;
  845. SDL_SetTextureAlphaMod;
  846. SDL_SetTextureAlphaModFloat;
  847. SDL_SetTextureBlendMode;
  848. SDL_SetTextureColorMod;
  849. SDL_SetTextureColorModFloat;
  850. SDL_SetTextureScaleMode;
  851. SDL_SetThreadPriority;
  852. SDL_SetWindowAlwaysOnTop;
  853. SDL_SetWindowAspectRatio;
  854. SDL_SetWindowBordered;
  855. SDL_SetWindowFocusable;
  856. SDL_SetWindowFullscreen;
  857. SDL_SetWindowFullscreenMode;
  858. SDL_SetWindowHitTest;
  859. SDL_SetWindowIcon;
  860. SDL_SetWindowKeyboardGrab;
  861. SDL_SetWindowMaximumSize;
  862. SDL_SetWindowMinimumSize;
  863. SDL_SetWindowModal;
  864. SDL_SetWindowMouseGrab;
  865. SDL_SetWindowMouseRect;
  866. SDL_SetWindowOpacity;
  867. SDL_SetWindowParent;
  868. SDL_SetWindowPosition;
  869. SDL_SetWindowRelativeMouseMode;
  870. SDL_SetWindowResizable;
  871. SDL_SetWindowShape;
  872. SDL_SetWindowSize;
  873. SDL_SetWindowSurfaceVSync;
  874. SDL_SetWindowTitle;
  875. SDL_SetWindowsMessageHook;
  876. SDL_SetX11EventHook;
  877. SDL_SetiOSAnimationCallback;
  878. SDL_SetiOSEventPump;
  879. SDL_ShowAndroidToast;
  880. SDL_ShowCursor;
  881. SDL_ShowMessageBox;
  882. SDL_ShowOpenFileDialog;
  883. SDL_ShowOpenFolderDialog;
  884. SDL_ShowSaveFileDialog;
  885. SDL_ShowSimpleMessageBox;
  886. SDL_ShowWindow;
  887. SDL_ShowWindowSystemMenu;
  888. SDL_SignalCondition;
  889. SDL_SignalSemaphore;
  890. SDL_StartTextInput;
  891. SDL_StartTextInputWithProperties;
  892. SDL_StepUTF8;
  893. SDL_StopHapticEffect;
  894. SDL_StopHapticEffects;
  895. SDL_StopHapticRumble;
  896. SDL_StopTextInput;
  897. SDL_StorageReady;
  898. SDL_StringToGUID;
  899. SDL_SubmitGPUCommandBuffer;
  900. SDL_SubmitGPUCommandBufferAndAcquireFence;
  901. SDL_SurfaceHasAlternateImages;
  902. SDL_SurfaceHasColorKey;
  903. SDL_SurfaceHasRLE;
  904. SDL_SyncWindow;
  905. SDL_TellIO;
  906. SDL_TextInputActive;
  907. SDL_TimeFromWindows;
  908. SDL_TimeToDateTime;
  909. SDL_TimeToWindows;
  910. SDL_TryLockMutex;
  911. SDL_TryLockRWLockForReading;
  912. SDL_TryLockRWLockForWriting;
  913. SDL_TryLockSpinlock;
  914. SDL_TryWaitSemaphore;
  915. SDL_UCS4ToUTF8;
  916. SDL_UnbindAudioStream;
  917. SDL_UnbindAudioStreams;
  918. SDL_UnloadObject;
  919. SDL_UnlockAudioStream;
  920. SDL_UnlockJoysticks;
  921. SDL_UnlockMutex;
  922. SDL_UnlockProperties;
  923. SDL_UnlockRWLock;
  924. SDL_UnlockSpinlock;
  925. SDL_UnlockSurface;
  926. SDL_UnlockTexture;
  927. SDL_UnmapGPUTransferBuffer;
  928. SDL_UnregisterApp;
  929. SDL_UpdateGamepads;
  930. SDL_UpdateHapticEffect;
  931. SDL_UpdateJoysticks;
  932. SDL_UpdateNVTexture;
  933. SDL_UpdateSensors;
  934. SDL_UpdateTexture;
  935. SDL_UpdateWindowSurface;
  936. SDL_UpdateWindowSurfaceRects;
  937. SDL_UpdateYUVTexture;
  938. SDL_UploadToGPUBuffer;
  939. SDL_UploadToGPUTexture;
  940. SDL_Vulkan_CreateSurface;
  941. SDL_Vulkan_DestroySurface;
  942. SDL_Vulkan_GetInstanceExtensions;
  943. SDL_Vulkan_GetPresentationSupport;
  944. SDL_Vulkan_GetVkGetInstanceProcAddr;
  945. SDL_Vulkan_LoadLibrary;
  946. SDL_Vulkan_UnloadLibrary;
  947. SDL_WaitCondition;
  948. SDL_WaitConditionTimeout;
  949. SDL_WaitEvent;
  950. SDL_WaitEventTimeout;
  951. SDL_WaitForGPUFences;
  952. SDL_WaitForGPUIdle;
  953. SDL_WaitSemaphore;
  954. SDL_WaitSemaphoreTimeout;
  955. SDL_WaitThread;
  956. SDL_WarpMouseGlobal;
  957. SDL_WarpMouseInWindow;
  958. SDL_WasInit;
  959. SDL_WindowHasSurface;
  960. SDL_WindowSupportsGPUPresentMode;
  961. SDL_WindowSupportsGPUSwapchainComposition;
  962. SDL_WriteIO;
  963. SDL_WriteS16BE;
  964. SDL_WriteS16LE;
  965. SDL_WriteS32BE;
  966. SDL_WriteS32LE;
  967. SDL_WriteS64BE;
  968. SDL_WriteS64LE;
  969. SDL_WriteS8;
  970. SDL_WriteStorageFile;
  971. SDL_WriteSurfacePixel;
  972. SDL_WriteSurfacePixelFloat;
  973. SDL_WriteU16BE;
  974. SDL_WriteU16LE;
  975. SDL_WriteU32BE;
  976. SDL_WriteU32LE;
  977. SDL_WriteU64BE;
  978. SDL_WriteU64LE;
  979. SDL_WriteU8;
  980. SDL_abs;
  981. SDL_acos;
  982. SDL_acosf;
  983. SDL_aligned_alloc;
  984. SDL_aligned_free;
  985. SDL_asin;
  986. SDL_asinf;
  987. SDL_asprintf;
  988. SDL_atan2;
  989. SDL_atan2f;
  990. SDL_atan;
  991. SDL_atanf;
  992. SDL_atof;
  993. SDL_atoi;
  994. SDL_bsearch;
  995. SDL_bsearch_r;
  996. SDL_calloc;
  997. SDL_ceil;
  998. SDL_ceilf;
  999. SDL_copysign;
  1000. SDL_copysignf;
  1001. SDL_cos;
  1002. SDL_cosf;
  1003. SDL_crc16;
  1004. SDL_crc32;
  1005. SDL_exp;
  1006. SDL_expf;
  1007. SDL_fabs;
  1008. SDL_fabsf;
  1009. SDL_floor;
  1010. SDL_floorf;
  1011. SDL_fmod;
  1012. SDL_fmodf;
  1013. SDL_free;
  1014. SDL_getenv;
  1015. SDL_hid_ble_scan;
  1016. SDL_hid_close;
  1017. SDL_hid_device_change_count;
  1018. SDL_hid_enumerate;
  1019. SDL_hid_exit;
  1020. SDL_hid_free_enumeration;
  1021. SDL_hid_get_device_info;
  1022. SDL_hid_get_feature_report;
  1023. SDL_hid_get_indexed_string;
  1024. SDL_hid_get_input_report;
  1025. SDL_hid_get_manufacturer_string;
  1026. SDL_hid_get_product_string;
  1027. SDL_hid_get_report_descriptor;
  1028. SDL_hid_get_serial_number_string;
  1029. SDL_hid_init;
  1030. SDL_hid_open;
  1031. SDL_hid_open_path;
  1032. SDL_hid_read;
  1033. SDL_hid_read_timeout;
  1034. SDL_hid_send_feature_report;
  1035. SDL_hid_set_nonblocking;
  1036. SDL_hid_write;
  1037. SDL_iconv;
  1038. SDL_iconv_close;
  1039. SDL_iconv_open;
  1040. SDL_iconv_string;
  1041. SDL_isalnum;
  1042. SDL_isalpha;
  1043. SDL_isblank;
  1044. SDL_iscntrl;
  1045. SDL_isdigit;
  1046. SDL_isgraph;
  1047. SDL_isinf;
  1048. SDL_isinff;
  1049. SDL_islower;
  1050. SDL_isnan;
  1051. SDL_isnanf;
  1052. SDL_isprint;
  1053. SDL_ispunct;
  1054. SDL_isspace;
  1055. SDL_isupper;
  1056. SDL_isxdigit;
  1057. SDL_itoa;
  1058. SDL_lltoa;
  1059. SDL_log10;
  1060. SDL_log10f;
  1061. SDL_log;
  1062. SDL_logf;
  1063. SDL_lround;
  1064. SDL_lroundf;
  1065. SDL_ltoa;
  1066. SDL_malloc;
  1067. SDL_memcmp;
  1068. SDL_memcpy;
  1069. SDL_memmove;
  1070. SDL_memset4;
  1071. SDL_memset;
  1072. SDL_modf;
  1073. SDL_modff;
  1074. SDL_pow;
  1075. SDL_powf;
  1076. SDL_qsort;
  1077. SDL_qsort_r;
  1078. SDL_rand;
  1079. SDL_rand_bits;
  1080. SDL_rand_bits_r;
  1081. SDL_rand_r;
  1082. SDL_randf;
  1083. SDL_randf_r;
  1084. SDL_realloc;
  1085. SDL_round;
  1086. SDL_roundf;
  1087. SDL_scalbn;
  1088. SDL_scalbnf;
  1089. SDL_setenv;
  1090. SDL_sin;
  1091. SDL_sinf;
  1092. SDL_snprintf;
  1093. SDL_sqrt;
  1094. SDL_sqrtf;
  1095. SDL_srand;
  1096. SDL_sscanf;
  1097. SDL_strcasecmp;
  1098. SDL_strcasestr;
  1099. SDL_strchr;
  1100. SDL_strcmp;
  1101. SDL_strdup;
  1102. SDL_strlcat;
  1103. SDL_strlcpy;
  1104. SDL_strlen;
  1105. SDL_strlwr;
  1106. SDL_strncasecmp;
  1107. SDL_strncmp;
  1108. SDL_strndup;
  1109. SDL_strnlen;
  1110. SDL_strnstr;
  1111. SDL_strpbrk;
  1112. SDL_strrchr;
  1113. SDL_strrev;
  1114. SDL_strstr;
  1115. SDL_strtod;
  1116. SDL_strtok_r;
  1117. SDL_strtol;
  1118. SDL_strtoll;
  1119. SDL_strtoul;
  1120. SDL_strtoull;
  1121. SDL_strupr;
  1122. SDL_swprintf;
  1123. SDL_tan;
  1124. SDL_tanf;
  1125. SDL_tolower;
  1126. SDL_toupper;
  1127. SDL_trunc;
  1128. SDL_truncf;
  1129. SDL_uitoa;
  1130. SDL_ulltoa;
  1131. SDL_ultoa;
  1132. SDL_unsetenv;
  1133. SDL_utf8strlcpy;
  1134. SDL_utf8strlen;
  1135. SDL_utf8strnlen;
  1136. SDL_vasprintf;
  1137. SDL_vsnprintf;
  1138. SDL_vsscanf;
  1139. SDL_vswprintf;
  1140. SDL_wcscasecmp;
  1141. SDL_wcscmp;
  1142. SDL_wcsdup;
  1143. SDL_wcslcat;
  1144. SDL_wcslcpy;
  1145. SDL_wcslen;
  1146. SDL_wcsncasecmp;
  1147. SDL_wcsncmp;
  1148. SDL_wcsnlen;
  1149. SDL_wcsnstr;
  1150. SDL_wcsstr;
  1151. SDL_wcstol;
  1152. # extra symbols go here (don't modify this line)
  1153. local: *;
  1154. };