comparison examples/example-message/example-message.c @ 434:4e78f045e8c0

rpg: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 21:24:17 +0200
parents 862b15c3a3ae
children 773a082f0b91
comparison
equal deleted inserted replaced
433:862b15c3a3ae 434:4e78f045e8c0
30 30
31 #include <mlk/ui/frame.h> 31 #include <mlk/ui/frame.h>
32 #include <mlk/ui/theme.h> 32 #include <mlk/ui/theme.h>
33 #include <mlk/ui/ui.h> 33 #include <mlk/ui/ui.h>
34 34
35 #include <rpg/message.h> 35 #include <mlk/rpg/message.h>
36 #include <rpg/rpg.h> 36 #include <mlk/rpg/rpg.h>
37 37
38 #define W (1280) 38 #define W (1280)
39 #define H (720) 39 #define H (720)
40 40
41 #define MW (W * 0.75) 41 #define MW (W * 0.75)