Files
ForecastingVillage/include/components/map_movement.h
2020-03-30 15:23:03 +02:00

22 lines
289 B
C

/*
** EPITECH PROJECT, 2020
** my_rpg
** File description:
** map_movement.h
*/
#ifndef MY_RPG_MAP_MOVEMENT_H
#define MY_RPG_MAP_MOVEMENT_H
#include "component.h"
struct map_movement
{
gc_component base;
};
const struct map_movement map_movement;
#endif //MY_RPG_MAP_MOVEMENT_H