WIP organization of library

This commit is contained in:
Kearwood Kip Gilbert
2017-07-29 00:26:35 -07:00
parent 4d4b176ddf
commit 3ca57d56ee
14 changed files with 162 additions and 92 deletions

12
kraken/public/kraken.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef KRAKEN_H
#define KRAKEN_H
#include "KRFloat.h"
#include "KRVector2.h"
#include "KRVector3.h"
#include "KRVector4.h"
#include "KRMat4.h"
#include "KRAABB.h"
#include "KRTriangle3.h"
#endif // KRAKEN_H