Skip to content

Commit

Permalink
Tweaked: Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbiely committed Sep 23, 2024
1 parent db77c09 commit 9b03c83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion include/gaia/ecs/world.h
Original file line number Diff line number Diff line change
Expand Up @@ -1704,11 +1704,14 @@ namespace gaia {

#if GAIA_SYSTEMS_ENABLED

//! Makes sure the world can work with systems.
void systems_init();

//! Executes all registered systems once.
void systems_run();

//! Provides a system set up to work with the parent world.
//! \return Entity holding the system
//! \return Entity holding the system.
SystemBuilder system();

#endif
Expand Down
5 changes: 4 additions & 1 deletion single_include/gaia.h
Original file line number Diff line number Diff line change
Expand Up @@ -26580,11 +26580,14 @@ namespace gaia {

#if GAIA_SYSTEMS_ENABLED

//! Makes sure the world can work with systems.
void systems_init();

//! Executes all registered systems once.
void systems_run();

//! Provides a system set up to work with the parent world.
//! \return Entity holding the system
//! \return Entity holding the system.
SystemBuilder system();

#endif
Expand Down

0 comments on commit 9b03c83

Please sign in to comment.