summaryrefslogtreecommitdiff
path: root/src/include/gameui.h
blob: 92fa985184785a56f46b26911970e328be648830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef GAMEUI_H
#define GAMEUI_H
#include <SDL.h>

#include "data_ress.h"
#include "data_ui.h"

/* Create list of all in-game sprite to render (for batch processing) */
int buildGameRenderList(gameRess_t *gRess, gameUI_t *gUI);


#endif /*GAMEUI_H*/