comparison examples/CMakeLists.txt @ 645:83781cc87fca

core: rework game stack state mechanism The current model was fundamentally broken as the state could continue its execution when calling mlk_game_pop from itself (e.g. in update). The current model uses a sjlj mechanism with mlk_game_push/pop being disallowed in special state function like end, finish, suspend.
author David Demelier <markand@malikania.fr>
date Sun, 04 Feb 2024 15:24:00 +0100
parents 3930234ab1f5
children
comparison
equal deleted inserted replaced
644:6d0f4edb79f8 645:83781cc87fca
32 example-label 32 example-label
33 example-map 33 example-map
34 example-message 34 example-message
35 example-notify 35 example-notify
36 example-sprite 36 example-sprite
37 example-states
37 example-tileset 38 example-tileset
38 example-trace 39 example-trace
39 example-ui 40 example-ui
40 ) 41 )
41 42