Files
oot3d/include/global.hpp
T
gamestabled 7e74f2d3f5 Lower case folders and rename Source to src (#3)
* lowercase folders

* rename source to src

* delete upper case folders

* fix submodules
2024-09-28 14:46:55 -04:00

13 lines
230 B
C++

#ifndef _GLOBAL_H_
#define _GLOBAL_H_
#include "stddef.hpp"
#include "functions.hpp"
#include "variables.hpp"
#include "macros.hpp"
#include "libcpp.hpp"
#include "sys_math3d.hpp"
#include "non_matchings.hpp"
#endif