diff options
Diffstat (limited to 'src/engine/level_const.h')
-rw-r--r-- | src/engine/level_const.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/level_const.h b/src/engine/level_const.h index b86ae7b..6275b72 100644 --- a/src/engine/level_const.h +++ b/src/engine/level_const.h @@ -28,4 +28,5 @@ typedef struct { }hh_g_all_levels; +/** @brief init all the levels*/ hh_g_all_levels hh_init_game_levels(); |