Adding a movable block of dirt

This commit is contained in:
Anonymus Raccoon
2020-03-30 15:23:03 +02:00
parent e0fd5ce7dd
commit 07a8434be3
17 changed files with 417 additions and 18 deletions
+21
View File
@@ -0,0 +1,21 @@
/*
** 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