mirror of
https://github.com/zoriya/Gamacon.git
synced 2026-06-10 15:02:43 +00:00
12 lines
161 B
C
12 lines
161 B
C
/*
|
|
** EPITECH PROJECT, 2019
|
|
** Gamacon
|
|
** File description:
|
|
** movable_component
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "component.h"
|
|
|
|
extern const gc_system tooltip_system; |