summaryrefslogtreecommitdiff
path: root/src/scene.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-03 21:37:51 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-03 21:37:51 +1000
commitaed7d1b7ac340c19656059c9cbd94aff40952f83 (patch)
tree9629cfda30456200e2496d0ac706de0002927614 /src/scene.h
parent8407723dfc12d302f6b696f702a5ae9caaf219c1 (diff)
create logical device
Diffstat (limited to 'src/scene.h')
-rw-r--r--src/scene.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scene.h b/src/scene.h
index 2cc4d8a..6cac061 100644
--- a/src/scene.h
+++ b/src/scene.h
@@ -1,12 +1,12 @@
/**
* @file scene.h
* @author your name (you@domain.com)
- * @brief
+ * @brief
* @version 0.1
* @date 2024-04-27
- *
+ *
* @copyright Copyright (c) 2024
- *
+ *
*/
#include "defines.h"
#include "types.h"
@@ -24,7 +24,7 @@ bool scene_add_point_light(scene* s /* TODO */);
bool scene_add_heightmap(scene* s /* TODO */);
bool scene_delete_heightmap(scene* s);
-bool scene_add_model(scene *s, model_handle model);
-void scene_remove_model(scene *s, model_handle model);
+bool scene_add_model(scene* s, model_handle model);
+void scene_remove_model(scene* s, model_handle model);
// TODO: functions to load and save scenes from disk \ No newline at end of file