Files
Twac/include/systems/timer_system.h
AnonymusRaccoon dbd49cfc36 Adding a timer
2020-01-10 18:56:25 +01:00

12 lines
173 B
C

/*
** EPITECH PROJECT, 2019
** MUL_my_runner_2019
** File description:
** texture_renderer_system
*/
#pragma once
#include "system.h"
extern const gc_system timer_system;