diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-12 19:52:57 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-12 19:52:57 +0000 |
| commit | f7ea0b2ba8851e4c0ceaef0a8b2361adfc218443 (patch) | |
| tree | 123f26bfb4ad7c053dd0ed660eea0c793762c837 /src/game/game.h | |
| parent | 182c77721e60c6a3b68cc3f1f83e485374d85096 (diff) | |
| download | zcatch-f7ea0b2ba8851e4c0ceaef0a8b2361adfc218443.tar.gz zcatch-f7ea0b2ba8851e4c0ceaef0a8b2361adfc218443.zip | |
loads of minor stuff
Diffstat (limited to 'src/game/game.h')
| -rw-r--r-- | src/game/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h index 2c577d3e..c30543d9 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -61,6 +61,7 @@ inline T saturated_add(T min, T max, T current, T modifier) void move_point(vec2 *inout_pos, vec2 *inout_vel, float elasticity, int *bounces); void move_box(vec2 *inout_pos, vec2 *inout_vel, vec2 size, float elasticity); +bool test_box(vec2 pos, vec2 size); // hooking stuff |