mirror of
https://github.com/zoriya/Gamacon.git
synced 2026-06-12 07:54:10 +00:00
12 lines
176 B
C
12 lines
176 B
C
/*
|
|
** EPITECH PROJECT, 2019
|
|
** MUL_my_runner_2019
|
|
** File description:
|
|
** texture_renderer_system
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "system.h"
|
|
|
|
extern const gc_system parallax_system; |