mirror of
https://github.com/zoriya/Twac.git
synced 2026-05-28 17:03:13 +00:00
Adding a timer
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
** EPITECH PROJECT, 2019
|
||||
** Gamacon
|
||||
** File description:
|
||||
** gravity_component
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "component.h"
|
||||
|
||||
struct timer_component
|
||||
{
|
||||
gc_component base;
|
||||
float time_left;
|
||||
};
|
||||
|
||||
extern const struct timer_component timer_component;
|
||||
Reference in New Issue
Block a user