diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 13:40:34 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 13:40:34 +1100 |
commit | 68f590c848e0e91d70e7116655464f392ed6df46 (patch) | |
tree | dbe75dacac14bc377a3ca11e3e6f5a835c32b881 /src/scene.c | |
parent | f5190745aed65b231e380fa3f25fce46d220dcbc (diff) |
chore: format
Diffstat (limited to 'src/scene.c')
-rw-r--r-- | src/scene.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scene.c b/src/scene.c index fa4d9b5..26e19dc 100644 --- a/src/scene.c +++ b/src/scene.c @@ -1,17 +1,17 @@ /** * @file scene.c * @author your name (you@domain.com) - * @brief + * @brief * @version 0.1 * @date 2024-10-18 - * + * * @copyright Copyright (c) 2024 - * + * */ #include <celeritas.h> -// Retained mode scene tree that handles performant transform propagation, and allows systems, or other languages via bindings, to -// manipulate rendering/scene data without *owning* said data. +// Retained mode scene tree that handles performant transform propagation, and allows systems, or other languages via +// bindings, to manipulate rendering/scene data without *owning* said data. typedef struct scene_tree_node { const char* label; |