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/arrayButton.h

10 lines
185 B

#ifndef ARRAY_BUTTON_INCLUDED
#define ARRAY_BUTTON_INCLUDED
#include "engine/Button.h"
#include "engine/ArrayUtils.h"
GENERATE_DYNAMIC_ARRAY(P_Button)
#endif //ARRAY_BUTTON_INCLUDED