ReC98/th03/main/hitbox.hpp

13 lines
241 B
C++
Raw Normal View History

// A shared global hitbox.
extern struct {
// ZUN bloat: Use separate variables.
union {
PlayfieldPoint topleft;
PlayfieldPoint center;
} origin;
PlayfieldPoint radius;
PlayfieldSubpixel right;
PlayfieldSubpixel bottom;
} hitbox;