Adding a timer

This commit is contained in:
AnonymusRaccoon
2020-01-10 18:56:25 +01:00
parent 4b8e120739
commit dbd49cfc36
10 changed files with 144 additions and 7 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"
extern const gc_system timer_system;