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