mirror of
https://github.com/zoriya/Twac.git
synced 2026-05-12 10:59:45 +00:00
17 lines
224 B
C
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; |