10 lines
143 B
C
10 lines
143 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
|
|
/* This figure is derived from the needs of Quake 1 */
|
|
#define MAX_TEXTURE_COUNT 1088
|
|
|
|
|
|
#endif // CONFIG_H
|