|
Banjo API 0.0.1
C99 game development API
|
#include <banjo/api.h>

Go to the source code of this file.
Data Structures | |
| struct | bj_rect |
Functions | |
| bj_bool | bj_rect_intersection (const struct bj_rect *rect_a, const struct bj_rect *rect_b, struct bj_rect *result) |
Defines the struct bj_rect struct representing a rectangle with position and dimensions.