summaryrefslogtreecommitdiff
path: root/src/include/graphic.h
blob: 697ff99414abd7c0053c22c4d8cfab8ec634e3b1 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GRAPHIC_H
#define GRAPHIC_H

#include "SDL/SDL.h"
#include "data_ini.h"
#include "data_ress.h"

SDL_Surface * makeTerrain(gameIni_t *gIni, gameRess_t *gRess);

#endif /*GRAPHIC_H*/