#ifndef UI_H #define UI_H #include "aliases/aliases.h" #include "window.h" #include bool aabb(const rect_t *rect, i32 x, i32 y); #endif // !UI_H