9 lines
87 B
C
9 lines
87 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
|
|
#define MAX_TEXTURE_COUNT 512
|
|
|
|
|
|
#endif // CONFIG_H
|