GravisZro
|
f7ae658fe2
|
Modernize struct/enum/unions type declarations
|
2024-05-30 03:35:17 -04:00 |
|
GravisZro
|
5e5e0c99c3
|
Replace "short" with "int16_t" and fix missing headers
|
2024-05-23 23:49:31 -04:00 |
|
GravisZro
|
aebe1bbbb6
|
Replace "ushort" with "uint16_t" and fix missing includes
|
2024-05-23 23:16:40 -04:00 |
|
GravisZro
|
26b7776f43
|
Replace "ubyte" with "uint8_t"
|
2024-05-23 23:07:26 -04:00 |
|
GravisZro
|
9d3e361a35
|
Replace "sbyte" with "int8_t"
|
2024-05-23 23:05:05 -04:00 |
|
GravisZro
|
1618040db5
|
Replace "unsigned char" with "uint8_t"
|
2024-05-23 22:58:46 -04:00 |
|
GravisZro
|
a3a3797067
|
Replace "uint" with "uint32_t"
|
2024-05-23 22:57:25 -04:00 |
|
Azamat H. Hackimov
|
45ac1cc78a
|
Cleanup headers in sndlib
Moving common macros into ssl_lib.h
|
2024-05-22 22:03:46 +03:00 |
|
Azamat H. Hackimov
|
974c703906
|
Reordering dd_sndlib and dd_lnxsound into sndlib
Consolidate all sound related code into one module.
|
2024-05-22 22:03:43 +03:00 |
|