13 lines
209 B
C
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(); |