You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef TO_RECT_INCLUDED
|
|
#define TO_RECT_INCLUDED
|
|
|
|
#include <SDL2/SDL_rect.h>
|
|
#include "model/Coord.h"
|
|
|
|
SDL_Rect coordToRect(const SDL_Rect* boardRect, const Coord* coord);
|
|
|
|
|
|
#endif //TO_RECT_INCLUDED
|