#pragma once #include <game/game.h> #include "flip_world.h" #define STORY_TUTORIAL_STEPS 9 void story_draw(Entity *player, Canvas *canvas, GameManager *manager);