mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-05-25 07:44:05 +00:00
16 lines
242 B
C
16 lines
242 B
C
/*
|
|
** EPITECH PROJECT, 2019
|
|
** MUL_my_runner_2019
|
|
** File description:
|
|
** runner
|
|
*/
|
|
|
|
#ifndef _GAME_MANAGER_SYSTEM_H_
|
|
#define _GAME_MANAGER_SYSTEM_H_
|
|
|
|
#include "system.h"
|
|
|
|
const gc_system map_movement_system;
|
|
|
|
#endif //_GAME_MANAGER_SYSTEM_H_
|