comparison examples/example-message/example-message.c @ 474:ca30ff96bbe0

core: util -> mlk_util
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 12:41:53 +0100
parents 0d6206cee6b9
children 3ff1fe64d0cd
comparison
equal deleted inserted replaced
473:02b16dd49b54 474:ca30ff96bbe0
102 .draw = draw 102 .draw = draw
103 }; 103 };
104 104
105 message_start(msg); 105 message_start(msg);
106 106
107 mlk_game_init(states, UTIL_SIZE(states)); 107 mlk_game_init(states, MLK_UTIL_SIZE(states));
108 mlk_game_push(&state); 108 mlk_game_push(&state);
109 mlk_game_loop(); 109 mlk_game_loop();
110 } 110 }
111 111
112 static void 112 static void