Files
forge-steel/src/config.h
T
2025-09-18 13:23:17 +02:00

24 lines
371 B
C

#ifndef CONFIG_H
#define CONFIG_H
#ifndef PACKAGE
#define PACKAGE "forge"
#endif /* PACKAGE */
#ifndef VERSION
#define VERSION "(dev)"
#endif /* VERSION */
#ifndef FRAG_COUNT
#define FRAG_COUNT 6
#endif /* FRAG_COUNT */
#ifndef TEX_COUNT
#define TEX_COUNT 8
#endif /* TEXT_COUNT */
#ifndef SUB_COUNT
#define SUB_COUNT 16
#endif /* SUB_COUNT */
#endif /* CONFIG_H */