Adoranda/include/battle.h

4 lines
76 B
C
Raw Normal View History

2022-01-23 00:53:07 +01:00
#pragma once
#include "player.h"
void create_battle(struct Player *player);