diff options
| author | victorfisac <victorfisac@gmail.com> | 2016-03-05 19:36:40 +0100 |
|---|---|---|
| committer | victorfisac <victorfisac@gmail.com> | 2016-03-05 19:36:40 +0100 |
| commit | 78e4772f21cda45c219ce88a713708b6b0680e8f (patch) | |
| tree | 29d110bbc02b11e82e6027d34daf4e2d240786c3 /src | |
| parent | 305efcf5ad715305ccb33b0e1d2d9baf4a34976a (diff) | |
| download | raylib-78e4772f21cda45c219ce88a713708b6b0680e8f.tar.gz raylib-78e4772f21cda45c219ce88a713708b6b0680e8f.zip | |
Fixed physac header little mistake
Diffstat (limited to 'src')
| -rw-r--r-- | src/physac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/physac.h b/src/physac.h index b948e4ce..fc5502c4 100644 --- a/src/physac.h +++ b/src/physac.h @@ -81,6 +81,7 @@ extern "C" { // Prevents name mangling of functions //---------------------------------------------------------------------------------- // Module Functions Declaration //---------------------------------------------------------------------------------- +void InitPhysics(); // Initializes pointers array (just pointers, fixed size) void UpdatePhysics(); // Update physic objects, calculating physic behaviours and collisions detection void ClosePhysics(); // Unitialize all physic objects and empty the objects pool |
