14 lines
247 B
C
14 lines
247 B
C
/**
|
|
* Copyright (c) 2024 Dominic Masters
|
|
*
|
|
* This software is released under the MIT License.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#pragma once
|
|
#include "display/frame.h"
|
|
|
|
/**
|
|
* Draws the overworld state.
|
|
*/
|
|
void drawStateOverworld(); |