clarify code

This commit is contained in:
2025-09-18 13:23:17 +02:00
parent ee8953fea0
commit abc5ecfa34
21 changed files with 119 additions and 117 deletions
+6 -6
View File
@@ -3,22 +3,22 @@
#ifndef PACKAGE
#define PACKAGE "forge"
#endif
#endif /* PACKAGE */
#ifndef VERSION
#define VERSION "(dev)"
#endif
#endif /* VERSION */
#ifndef FRAG_COUNT
#define FRAG_COUNT 6
#endif
#endif /* FRAG_COUNT */
#ifndef TEX_COUNT
#define TEX_COUNT 8
#endif
#endif /* TEXT_COUNT */
#ifndef SUB_COUNT
#define SUB_COUNT 16
#endif
#endif /* SUB_COUNT */
#endif
#endif /* CONFIG_H */