diff options
Diffstat (limited to 'docs/Contributing/naming.md')
-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 |