mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +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
|
#pragma once
|
||||||
#define TEXTUREID_H
|
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include "tarray.h"
|
#include "tarray.h"
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#define TARRAY_H
|
|
||||||
/*
|
/*
|
||||||
** tarray.h
|
** tarray.h
|
||||||
** Templated, automatically resizing array
|
** Templated, automatically resizing array
|
||||||
|
|
Loading…
Reference in a new issue