comparison libcore/core/state.h @ 164:87f8ef73a160

doc: some fixes
author David Demelier <markand@malikania.fr>
date Sun, 18 Oct 2020 17:26:39 +0200
parents 629f55f3961e
children
comparison
equal deleted inserted replaced
163:4bbfcd9180a8 164:87f8ef73a160
54 * (+) This function is called for each event that happened. 54 * (+) This function is called for each event that happened.
55 * 55 *
56 * \param state this state 56 * \param state this state
57 * \param ev the event 57 * \param ev the event
58 */ 58 */
59 void (*handle)(struct state *state, const union event *); 59 void (*handle)(struct state *state, const union event *ev);
60 60
61 /** 61 /**
62 * (+) Update the state. 62 * (+) Update the state.
63 * 63 *
64 * This function is called to update the game, with the number of 64 * This function is called to update the game, with the number of