fix: config.h moved to #pragma once

- whitespace fixes
This commit is contained in:
Hayden Kowalchuk 2020-03-05 14:45:05 -05:00
parent c0d4e26533
commit eb351f519a

View File

@ -1,9 +1,4 @@
#ifndef CONFIG_H
#define CONFIG_H
#pragma once
/* This figure is derived from the needs of Quake 1 */
#define MAX_TEXTURE_COUNT 1088
#endif // CONFIG_H