kettek2/wiki/games/newsboy/Newsboy_0x00/engine/check.h

6 lines
180 B
C

#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