File tree Expand file tree Collapse file tree 6 files changed +6
-3
lines changed Expand file tree Collapse file tree 6 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 129
129
- [ SDL_MIXER_MICRO_VERSION] ( SDL_MIXER_MICRO_VERSION )
130
130
- [ SDL_MIXER_MINOR_VERSION] ( SDL_MIXER_MINOR_VERSION )
131
131
- [ SDL_MIXER_VERSION] ( SDL_MIXER_VERSION )
132
+ - [ SDL_MIXER_VERSION_ATLEAST] ( SDL_MIXER_VERSION_ATLEAST )
132
133
<!-- END CATEGORY LIST -->
133
134
Original file line number Diff line number Diff line change 34
34
- [ SDL_MIXER_MICRO_VERSION] ( SDL_MIXER_MICRO_VERSION )
35
35
- [ SDL_MIXER_MINOR_VERSION] ( SDL_MIXER_MINOR_VERSION )
36
36
- [ SDL_MIXER_VERSION] ( SDL_MIXER_VERSION )
37
+ - [ SDL_MIXER_VERSION_ATLEAST] ( SDL_MIXER_VERSION_ATLEAST )
37
38
<!-- END CATEGORY LIST -->
38
39
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ consider a proper 3D library like OpenAL.
230
230
- [ SDL_MIXER_MICRO_VERSION] ( SDL_MIXER_MICRO_VERSION )
231
231
- [ SDL_MIXER_MINOR_VERSION] ( SDL_MIXER_MINOR_VERSION )
232
232
- [ SDL_MIXER_VERSION] ( SDL_MIXER_VERSION )
233
+ - [ SDL_MIXER_VERSION_ATLEAST] ( SDL_MIXER_VERSION_ATLEAST )
233
234
<!-- END CATEGORY LIST -->
234
235
235
236
----
Original file line number Diff line number Diff line change 23
23
- [ NET_GetLocalAddresses] ( NET_GetLocalAddresses )
24
24
- [ NET_GetStreamSocketAddress] ( NET_GetStreamSocketAddress )
25
25
- [ NET_GetStreamSocketPendingWrites] ( NET_GetStreamSocketPendingWrites )
26
- - [ NET_GetVersion] ( NET_GetVersion )
27
26
- [ NET_Init] ( NET_Init )
28
27
- [ NET_Quit] ( NET_Quit )
29
28
- [ NET_ReadFromStreamSocket] ( NET_ReadFromStreamSocket )
37
36
- [ NET_SimulateStreamPacketLoss] ( NET_SimulateStreamPacketLoss )
38
37
- [ NET_StreamSocket] ( NET_StreamSocket )
39
38
- [ NET_UnrefAddress] ( NET_UnrefAddress )
39
+ - [ NET_Version] ( NET_Version )
40
40
- [ NET_WaitUntilConnected] ( NET_WaitUntilConnected )
41
41
- [ NET_WaitUntilInputAvailable] ( NET_WaitUntilInputAvailable )
42
42
- [ NET_WaitUntilResolved] ( NET_WaitUntilResolved )
Original file line number Diff line number Diff line change 20
20
- [ NET_GetLocalAddresses] ( NET_GetLocalAddresses )
21
21
- [ NET_GetStreamSocketAddress] ( NET_GetStreamSocketAddress )
22
22
- [ NET_GetStreamSocketPendingWrites] ( NET_GetStreamSocketPendingWrites )
23
- - [ NET_GetVersion] ( NET_GetVersion )
24
23
- [ NET_Init] ( NET_Init )
25
24
- [ NET_Quit] ( NET_Quit )
26
25
- [ NET_ReadFromStreamSocket] ( NET_ReadFromStreamSocket )
32
31
- [ NET_SimulateDatagramPacketLoss] ( NET_SimulateDatagramPacketLoss )
33
32
- [ NET_SimulateStreamPacketLoss] ( NET_SimulateStreamPacketLoss )
34
33
- [ NET_UnrefAddress] ( NET_UnrefAddress )
34
+ - [ NET_Version] ( NET_Version )
35
35
- [ NET_WaitUntilConnected] ( NET_WaitUntilConnected )
36
36
- [ NET_WaitUntilInputAvailable] ( NET_WaitUntilInputAvailable )
37
37
- [ NET_WaitUntilResolved] ( NET_WaitUntilResolved )
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ A simple library to help with networking.
26
26
- [ NET_GetLocalAddresses] ( NET_GetLocalAddresses )
27
27
- [ NET_GetStreamSocketAddress] ( NET_GetStreamSocketAddress )
28
28
- [ NET_GetStreamSocketPendingWrites] ( NET_GetStreamSocketPendingWrites )
29
- - [ NET_GetVersion] ( NET_GetVersion )
30
29
- [ NET_Init] ( NET_Init )
31
30
- [ NET_Quit] ( NET_Quit )
32
31
- [ NET_ReadFromStreamSocket] ( NET_ReadFromStreamSocket )
@@ -38,6 +37,7 @@ A simple library to help with networking.
38
37
- [ NET_SimulateDatagramPacketLoss] ( NET_SimulateDatagramPacketLoss )
39
38
- [ NET_SimulateStreamPacketLoss] ( NET_SimulateStreamPacketLoss )
40
39
- [ NET_UnrefAddress] ( NET_UnrefAddress )
40
+ - [ NET_Version] ( NET_Version )
41
41
- [ NET_WaitUntilConnected] ( NET_WaitUntilConnected )
42
42
- [ NET_WaitUntilInputAvailable] ( NET_WaitUntilInputAvailable )
43
43
- [ NET_WaitUntilResolved] ( NET_WaitUntilResolved )
You can’t perform that action at this time.
0 commit comments