add: period at the end of a sentence

This commit is contained in:
Samuliak 2024-07-23 10:54:01 +02:00
parent 29d9ed7224
commit 1fa9ce126b

View file

@ -1,5 +1,5 @@
// We do not need the ability to be able to encode or decode audio files for the time being
// So we disable said functionality to make the executable smaller
// So we disable said functionality to make the executable smaller.
#define MA_NO_DECODING
#define MA_NO_ENCODING
#define MINIAUDIO_IMPLEMENTATION