GLdc/GL/config.h
Hayden Kowalchuk 3a4f09bef2 feat: implement proper chanegs from profiling
- math
- inlining
2020-02-18 11:48:37 -05:00

9 lines
154 B
C

#pragma once
#ifndef CONFIG_H
#define CONFIG_H
/* This figure is derived from the needs of Quake 1 */
#define MAX_TEXTURE_COUNT 1088
#endif // CONFIG_H