mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-05-14 03:58:43 +00:00
18 lines
212 B
C
18 lines
212 B
C
/*
|
|
** EPITECH PROJECT, 2019
|
|
** MUL_my_runner_2019
|
|
** File description:
|
|
** runner
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "component.h"
|
|
|
|
struct game_manager
|
|
{
|
|
gc_component base;
|
|
};
|
|
|
|
const struct game_manager game_manager;
|