mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
remove unnecessary #defines
This commit is contained in:
parent
cf4841c7de
commit
b37ea19f86
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
#pragma once
|
||||
#define TEXTUREID_H
|
||||
|
||||
#include <cstddef>
|
||||
#include "tarray.h"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#pragma once
|
||||
#define TARRAY_H
|
||||
/*
|
||||
** tarray.h
|
||||
** Templated, automatically resizing array
|
||||
|
|
Loading…
Reference in a new issue