summaryrefslogtreecommitdiff
path: root/src/physics
diff options
context:
space:
mode:
Diffstat (limited to 'src/physics')
-rw-r--r--src/physics/broadphase.h6
-rw-r--r--src/physics/collision.h8
-rw-r--r--src/physics/narrowphase.h6
3 files changed, 10 insertions, 10 deletions
diff --git a/src/physics/broadphase.h b/src/physics/broadphase.h
index 43b57f6..8b49716 100644
--- a/src/physics/broadphase.h
+++ b/src/physics/broadphase.h
@@ -1,10 +1,10 @@
/**
* @file broadphase.h
* @author your name (you@domain.com)
- * @brief
+ * @brief
* @version 0.1
* @date 2024-05-12
- *
+ *
* @copyright Copyright (c) 2024
- *
+ *
*/ \ No newline at end of file
diff --git a/src/physics/collision.h b/src/physics/collision.h
index 3b65b1b..cca6042 100644
--- a/src/physics/collision.h
+++ b/src/physics/collision.h
@@ -1,17 +1,17 @@
/**
* @file collision.h
* @author your name (you@domain.com)
- * @brief
+ * @brief
* @version 0.1
* @date 2024-05-12
- *
+ *
* @copyright Copyright (c) 2024
- *
+ *
*/
#pragma once
#include "geometry.h"
- enum collider_type {
+enum collider_type {
cuboid_collider,
sphere_collider,
};
diff --git a/src/physics/narrowphase.h b/src/physics/narrowphase.h
index 501c690..2368c49 100644
--- a/src/physics/narrowphase.h
+++ b/src/physics/narrowphase.h
@@ -1,10 +1,10 @@
/**
* @file narrowphase.h
* @author your name (you@domain.com)
- * @brief
+ * @brief
* @version 0.1
* @date 2024-05-12
- *
+ *
* @copyright Copyright (c) 2024
- *
+ *
*/ \ No newline at end of file