Adding a win detection

This commit is contained in:
AnonymusRaccoon
2020-01-09 17:59:32 +01:00
parent d63edfb128
commit 487c224ad1
7 changed files with 66 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
/*
** EPITECH PROJECT, 2019
** Gamacon
** File description:
** gravity_component
*/
#pragma once
#include "component.h"
extern const struct gc_component win_component;