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_t |
Typedefs | |
typedef struct bj_rect_t | bj_rect |
Functions | |
bj_bool | bj_rect_intersection (const bj_rect *p_rect_a, const bj_rect *p_rect_b, bj_rect *p_result) |
Defines the bj_rect struct representing a rectangle with position and dimensions.