Trace Engine
A Raycaster Engine in C
Loading...
Searching...
No Matches
textures_info.h
Go to the documentation of this file.
1#ifndef _H_TEXTURE_INFO
2#define _H_TEXTURE_INFO
3
4#define TEXTURE_SIZE 32
5
6#define TEXTURE_COUNT 3
7
8
9#endif