R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Constants.hpp
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2024
3** rtype (Workspace)
4** File description:
5** Constants.hpp
6*/
7
13#pragma once
14
15static const int MY_ERROR = 84;
16static const int MY_SUCCESS = 0;
17static const char VERSION[] = "1.0.0";
18static const bool SHOWKEYS = false;