#ifndef CHECK_H #define CHECK_H int checkBox(int x, int y, int t_x, int t_y, int t_w, int t_h); int checkBoxf(float x, float y, float t_x, float t_y, float t_w, float t_h); #endif