mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-20 04:21:11 +01:00
Add sample_t for typedef sample to improve shadowing and clarity
This commit is contained in:
parent
35a2989462
commit
5bdc575f29
@ -29,6 +29,7 @@
|
||||
#include <stdint.h>
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
typedef int16_t sample;
|
||||
typedef int16_t sample; //TODO: deprecated, remove
|
||||
typedef int16_t sample_t;
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user