summaryrefslogtreecommitdiff
path: root/src/include/data_config.h
blob: 1a18d020736255356992668b96c87a5afe031454 (plain)
1
2
3
4
5
6
7
8
9
#ifndef DATA_CONFIG_H
#define DATA_CONFIG_H

//////////////////////// CONFIG.INI FILE ////////////////////////
typedef struct {
	SDL_Rect screen;
} gameConfig_t;

#endif /*DATA_CONFIG_H*/