blob: c674396481a5ae173d5722594987be3d2da8e74a (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef IMPORT_RESOURCES_H_
#define IMPORT_RESOURCES_H_
#include <SDL2/SDL.h>
extern SDL_Texture* character_spritesheet;
extern SDL_Texture* map_texture;
#endif // IMPORT_RESOURCES_H_
|