Files
Twac/include/components/kill_component.h
2020-01-07 17:08:59 +01:00

17 lines
224 B
C

/*
** EPITECH PROJECT, 2019
** Gamacon
** File description:
** gravity_component
*/
#pragma once
#include "component.h"
struct kill_component
{
gc_component base;
};
extern const struct kill_component kill_component;