#ifndef TEXTUREATLAS_H_ #define TEXTUREATLAS_H_ #include "raylib.h" typedef struct TextureAtlas{ Texture2D cursorTextures[2]; Texture2D workerTextures[7]; //Texture2D[] mapTextures; } TextureAtlas; #endif