diff options
| author | realtradam <[email protected]> | 2023-06-05 04:41:51 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-05 04:41:51 -0400 |
| commit | d40893aa03f75d68c8770823b9eb96847dd16426 (patch) | |
| tree | 46ca8536378f7d14086609a95671166a0d0243be /src/bullet.h | |
| parent | 8d1a2e890f132175feae0c817b5f8c4848a81bf1 (diff) | |
| download | rodeo_sample_game-d40893aa03f75d68c8770823b9eb96847dd16426.tar.gz rodeo_sample_game-d40893aa03f75d68c8770823b9eb96847dd16426.zip | |
begin rewriting rodeo kit to avoid exposed pointers
Diffstat (limited to 'src/bullet.h')
| -rw-r--r-- | src/bullet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bullet.h b/src/bullet.h index 027dd0c..bf34af6 100644 --- a/src/bullet.h +++ b/src/bullet.h @@ -1,7 +1,6 @@ #pragma once #include "rodeo.h" -#include "rodeo/collision.h" typedef struct |
