4 static void on_collect_win(jumpnrun_game_state
*state
) {
5 state
->status
= JUMPNRUN_WON
;
8 jumpnrun_item_type
const jumpnrun_item_type_data
[JUMPNRUN_ITEM_TYPE_COUNT
] = {
9 { { 6, 7, (uint8_t const *) "\x7c\x61\xb5\x1a\xfc\x03" }, on_collect_win
}
This page took 0.042451 seconds and 5 git commands to generate.