resources paths refact

This commit is contained in:
Che10vek
2023-11-20 01:30:57 +10:00
parent 12db8a1448
commit 2ee9e33c6d
20 changed files with 19 additions and 8 deletions
+6
View File
@@ -20,4 +20,10 @@ inline uint vox_index(int x, int y, int z, int w, int d) {
#define ATLAS_MARGIN_SIZE 2
#define RES_FLODER "res/"
#define SHADERS_FOLDER "res/shaders"
#define TEXTURES_FOLDER "res/textures"
#define FONTS_FOLDER "res/fonts"
#endif // SRC_CONSTANTS_H_