Migrating to CMake, WIP
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
|
||||
#include <functional> // for hash<>
|
||||
|
||||
#include "Vector2.h"
|
||||
#include "Vector3.h"
|
||||
#include "vector2.h"
|
||||
#include "vector3.h"
|
||||
|
||||
namespace kraken {
|
||||
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
#define KRAKEN_VECTOR2_H
|
||||
|
||||
#include <functional> // for hash<>
|
||||
#include <limits> // for std::numeric_limits<>
|
||||
#include <math.h> // for sqrtf
|
||||
|
||||
namespace kraken {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user