mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-06-02 02:35:05 +00:00
Merge branch 'master' of github.com:AnonymusRaccoon/ForecastingVillage
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
** EPITECH PROJECT, 2019
|
||||
** MUL_my_runner_2019
|
||||
** File description:
|
||||
** game_loader
|
||||
*/
|
||||
|
||||
#ifndef MY_RPG_PLAYER_UTILITIES_H
|
||||
#define MY_RPG_PLAYER_UTILITIES_H
|
||||
|
||||
#include "entity.h"
|
||||
|
||||
void set_combat_player(gc_entity *main_player, gc_entity *combat_player);
|
||||
|
||||
#endif //MY_RPG_PLAYER_UTILITIES_H
|
||||
Reference in New Issue
Block a user