Skip to content

Commit b5f0f12

Browse files
committed
Add SDL3_mixer.pas
This commit adds a translation of SDL3_mixer. This version corresponds to upstream commit 4970bacc5954237037b00f8d2797e23b07782b2f.
1 parent bac7fc4 commit b5f0f12

File tree

3 files changed

+2694
-1
lines changed

3 files changed

+2694
-1
lines changed

units/SDL3.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ interface
6969
{$ENDIF}
7070
{$ENDIF}
7171

72+
{$DEFINE WANT_CWCHAR_T} // want wchar_t type in this unit
7273
{$I ctypes.inc} // C data types
7374

7475
{ The include file translates

0 commit comments

Comments
 (0)