comparison libmlk-adventure/adventure/state/mainmenu.h @ 282:a15f77eda9a4

adventure: rename functions
author David Demelier <markand@malikania.fr>
date Sun, 20 Dec 2020 11:04:41 +0100
parents 16be1ad3ddba
children 08ab73b32832
comparison
equal deleted inserted replaced
281:87b8c7510717 282:a15f77eda9a4
20 #define MOLKO_ADVENTURE_STATE_MAINMENU_H 20 #define MOLKO_ADVENTURE_STATE_MAINMENU_H
21 21
22 struct state; 22 struct state;
23 23
24 struct state * 24 struct state *
25 mainmenu_state_new(void); 25 state_mainmenu_new(void);
26 26
27 #endif /* !MOLKO_ADVENTURE_STATE_PANIC_H */ 27 #endif /* !MOLKO_ADVENTURE_STATE_MAINMENU_H */