R-Type
1.0.1.0
Rewrite of the R-Type game with networking ability
Loading...
Searching...
No Matches
Parallax.hpp
1
/*
2
** EPITECH PROJECT, 2023
3
** Parallax.hpp
4
** File description:
5
** Parallax.hpp
6
*/
7
8
#ifndef R_TYPE_PARALLAX_HPP
9
#define R_TYPE_PARALLAX_HPP
10
11
#include "uranus/engine/Engine.hpp"
12
13
class
Parallax
:
public
engine::Base
{
14
public
:
15
Parallax
(
const
std::string &uniqueName1, std::vector<std::string> &names);
16
17
private
:
18
};
19
20
#endif
//R_TYPE_PARALLAX_HPP
Parallax
Definition:
Parallax.hpp:13
engine::Base
Definition:
Base.hpp:15
client
include
Parallax.hpp
Generated by
1.9.5