Files
Twac/include/components/win_component.h
2020-01-09 17:59:32 +01:00

12 lines
170 B
C

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