Dawn/src/dawn/display/draw/drawbattle.h
2024-11-07 18:28:54 -06:00

13 lines
209 B
C

/**
* Copyright (c) 2024 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
/**
* Draws the battle state.
*/
void drawBattle();