supercasiobros/src/sprite.h

7 lines
94 B
C

#ifndef SPRITE_H
#define SPRITE_H
int hitbox(int x, int y, int width, int height);
#endif