mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 15:13:34 +00:00
starting to fix compilation issues
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
#ifndef __SCOP_VEC4__
|
||||
#define __SCOP_VEC4__
|
||||
#ifndef __MLX_VEC4__
|
||||
#define __MLX_VEC4__
|
||||
|
||||
#include <string>
|
||||
#include <limits>
|
||||
#include <cstdint>
|
||||
#include <cmath>
|
||||
|
||||
#include <Core/Logs.h>
|
||||
|
||||
namespace Scop
|
||||
namespace mlx
|
||||
{
|
||||
template<typename T> class Vec2;
|
||||
template<typename T> class Vec3;
|
||||
template<typename T> struct Vec2;
|
||||
template<typename T> struct Vec3;
|
||||
|
||||
template<typename T>
|
||||
struct Vec4
|
||||
|
||||
Reference in New Issue
Block a user