Updated Subrepos, hydra data types are now POD -- refactored Kraken to match. Eliminated some warnings
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef KRHELPERS_H
|
||||
#define KRHELPERS_H
|
||||
|
||||
#include "vector2.h"
|
||||
#include "vector3.h"
|
||||
#include "matrix4.h"
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <glad/glad.h>
|
||||
#elif defined(__linux__) || defined(__unix__) || defined(__posix__)
|
||||
|
||||
Reference in New Issue
Block a user