diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-12 01:07:35 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-12 01:07:35 +1000 |
commit | 43d915b2ceb3f5e439c09c772e9ebc7542c1a2bb (patch) | |
tree | 57c9cf036674dcb8162ae153ccb9c2000ac7a81f /docs | |
parent | 72b8d26fcfcee36ca67f963b9c6a4b616e2d5d4d (diff) |
s
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Contributing/naming.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Contributing/naming.md b/docs/Contributing/naming.md index 518c22e..f865f67 100644 --- a/docs/Contributing/naming.md +++ b/docs/Contributing/naming.md @@ -19,6 +19,8 @@ e.g. #### 2. Long-running systems +in celeritas a "system" is roughly something that runs every frame + systems that run for the lifetime of the application or for a very long time should have: * `bool system_init(system_state* state)` a `init` function @@ -26,4 +28,4 @@ systems that run for the lifetime of the application or for a very long time sho --- -#### 3. TODO
\ No newline at end of file +#### 3. TODO |