summaryrefslogtreecommitdiff
path: root/src/include/data_ress.h
blob: 0018500f8c425e1f01c6f43edd1b594c3904f263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef DATA_RESS_H
#define DATA_RESS_H

#include "SDL/SDL.h"

struct styleRess {
	SDL_Surface **tiles, **objects, **objectMasks;
};

typedef struct {
	struct styleRess style;
} gameRess_t;

#endif /*DATA_RESS_H*/