Moving walk and jump components here

This commit is contained in:
AnonymusRaccoon
2020-01-02 17:54:33 +01:00
parent a0f761256b
commit 018b5ecc00
11 changed files with 293 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
/*
** EPITECH PROJECT, 2019
** MUL_my_runner_2019
** File description:
** texture_renderer_system
*/
#pragma once
#include "system.h"
const gc_system jump_system;
+12
View File
@@ -0,0 +1,12 @@
/*
** EPITECH PROJECT, 2019
** MUL_my_runner_2019
** File description:
** texture_renderer_system
*/
#pragma once
#include "system.h"
extern const gc_system walk_system;