9 lines
137 B
C
9 lines
137 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
|
|
#define MAX_TEXTURE_COUNT 1088 //@Todo: or 1088 explain why increased. mrneo240
|
|
|
|
|
|
#endif // CONFIG_H
|