diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-12 15:07:57 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-12 15:07:57 +1000 |
commit | 634f22e2b6d538fc5a45da2b1b23af631f6f8703 (patch) | |
tree | eee6cb6dab16408bd6b44f93996204cd7fbd5c2e /src/physics/broadphase.h | |
parent | d52d39d7843ed2203b001a822efe6d4b692c2642 (diff) |
more restructuring
Diffstat (limited to 'src/physics/broadphase.h')
-rw-r--r-- | src/physics/broadphase.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/physics/broadphase.h b/src/physics/broadphase.h new file mode 100644 index 0000000..43b57f6 --- /dev/null +++ b/src/physics/broadphase.h @@ -0,0 +1,10 @@ +/** + * @file broadphase.h + * @author your name (you@domain.com) + * @brief + * @version 0.1 + * @date 2024-05-12 + * + * @copyright Copyright (c) 2024 + * + */
\ No newline at end of file |