#pragma once #include #include #include void draw_bounds(Canvas *canvas); void draw_example_world(Level *level); void draw_tree_world(Level *level); bool draw_json_world(Level *level, FuriString *json_data);