sounds variants

This commit is contained in:
MihailRis
2024-03-05 02:30:16 +03:00
parent 0ab39fa06f
commit 1c6689b6b6
6 changed files with 33 additions and 10 deletions
+1
View File
@@ -40,5 +40,6 @@ inline constexpr uint vox_index(uint x, uint y, uint z, uint w=CHUNK_W, uint d=C
#define TEXTURES_FOLDER "textures"
#define FONTS_FOLDER "fonts"
#define LAYOUTS_FOLDER "layouts"
#define SOUNDS_FOLDER "sounds"
#endif // SRC_CONSTANTS_H_