Updated Subrepos, hydra data types are now POD -- refactored Kraken to match. Eliminated some warnings

This commit is contained in:
2018-07-27 00:18:30 -07:00
parent d31a9b0538
commit 96412e1530
60 changed files with 12557 additions and 16027 deletions

View File

@@ -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__)