remove unnecessary #defines

This commit is contained in:
Christoph Oelckers 2024-01-12 00:00:22 +01:00
parent cf4841c7de
commit b37ea19f86
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
#pragma once
#define TEXTUREID_H
#include <cstddef>
#include "tarray.h"

View file

@ -1,5 +1,4 @@
#pragma once
#define TARRAY_H
/*
** tarray.h
** Templated, automatically resizing array