#ifndef __GRID_H__ #define __GRID_H__ #include int gridHelper(SDL_Rect* rect, int index, SDL_Rect container, int zoom, int page); #endif