Adoranda/include/battle.h

4 lines
76 B
C

#pragma once
#include "player.h"
void create_battle(struct Player *player);