File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1704,11 +1704,14 @@ namespace gaia {
1704
1704
1705
1705
#if GAIA_SYSTEMS_ENABLED
1706
1706
1707
+ // ! Makes sure the world can work with systems.
1707
1708
void systems_init ();
1709
+
1710
+ // ! Executes all registered systems once.
1708
1711
void systems_run ();
1709
1712
1710
1713
// ! Provides a system set up to work with the parent world.
1711
- // ! \return Entity holding the system
1714
+ // ! \return Entity holding the system.
1712
1715
SystemBuilder system ();
1713
1716
1714
1717
#endif
Original file line number Diff line number Diff line change @@ -26580,11 +26580,14 @@ namespace gaia {
26580
26580
26581
26581
#if GAIA_SYSTEMS_ENABLED
26582
26582
26583
+ //! Makes sure the world can work with systems.
26583
26584
void systems_init();
26585
+
26586
+ //! Executes all registered systems once.
26584
26587
void systems_run();
26585
26588
26586
26589
//! Provides a system set up to work with the parent world.
26587
- //! \return Entity holding the system
26590
+ //! \return Entity holding the system.
26588
26591
SystemBuilder system();
26589
26592
26590
26593
#endif
You can’t perform that action at this time.
0 commit comments