14 lines
226 B
C
14 lines
226 B
C
#ifndef KRAKEN_H
|
|
#define KRAKEN_H
|
|
|
|
#include "scalar.h"
|
|
#include "vector2.h"
|
|
#include "vector3.h"
|
|
#include "vector4.h"
|
|
#include "matrix4.h"
|
|
#include "quaternion.h"
|
|
#include "KRAABB.h"
|
|
#include "triangle3.h"
|
|
|
|
#endif // KRAKEN_H
|