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.
projet-tut/Pontu/include/engine/arraySDL_Rect.h

10 lines
200 B

#ifndef ARRAY_SDL_RECT_INCLUDED
#define ARRAY_SDL_RECT_INCLUDED
#include <SDL2/SDL_rect.h>
#include "engine/ArrayUtils.h"
GENERATE_DYNAMIC_ARRAY(SDL_Rect)
#endif //ARRAY_SDL_RECT_INCLUDED