pscsp/src/grid.h

9 lines
153 B
C
Raw Permalink Normal View History

2020-07-05 06:38:35 +00:00
#ifndef __GRID_H__
#define __GRID_H__
#include <SDL2/SDL.h>
int gridHelper(SDL_Rect* rect, int index, SDL_Rect container, int zoom, int page);
#endif