comparison examples/example-animation/example-animation.c @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents a5b98db4fd87
children 862b15c3a3ae
comparison
equal deleted inserted replaced
430:1645433e008d 431:8f59201dc76b
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <core/animation.h> 19 #include <mlk/core/animation.h>
20 #include <core/core.h> 20 #include <mlk/core/core.h>
21 #include <core/event.h> 21 #include <mlk/core/event.h>
22 #include <core/game.h> 22 #include <mlk/core/game.h>
23 #include <core/image.h> 23 #include <mlk/core/image.h>
24 #include <core/sys.h> 24 #include <mlk/core/sys.h>
25 #include <core/window.h> 25 #include <mlk/core/window.h>
26 #include <core/painter.h> 26 #include <mlk/core/painter.h>
27 #include <core/panic.h> 27 #include <mlk/core/panic.h>
28 #include <core/sprite.h> 28 #include <mlk/core/sprite.h>
29 #include <core/state.h> 29 #include <mlk/core/state.h>
30 #include <core/texture.h> 30 #include <mlk/core/texture.h>
31 #include <core/util.h> 31 #include <mlk/core/util.h>
32 32
33 #include <ui/label.h> 33 #include <ui/label.h>
34 #include <ui/ui.h> 34 #include <ui/ui.h>
35 35
36 #include <assets/sprites/numbers.h> 36 #include <assets/sprites/numbers.h>