Compare commits
1 Commits
7e38a43301
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 516e143901 |
@@ -34,6 +34,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <functional> // for hash<>
|
#include <functional> // for hash<>
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
#include "vector2.h"
|
#include "vector2.h"
|
||||||
#include "vector3.h"
|
#include "vector3.h"
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "vector3.h"
|
#include "vector3.h"
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
class KRNode;
|
class KRNode;
|
||||||
|
|
||||||
|
|||||||
@@ -28,10 +28,10 @@
|
|||||||
// authors and should not be interpreted as representing official policies, either expressed
|
// authors and should not be interpreted as representing official policies, either expressed
|
||||||
// or implied, of Kearwood Gilbert.
|
// or implied, of Kearwood Gilbert.
|
||||||
//
|
//
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "vector2.h"
|
#include "vector2.h"
|
||||||
|
#include <type_traits>
|
||||||
#pragma once
|
|
||||||
|
|
||||||
namespace hydra {
|
namespace hydra {
|
||||||
|
|
||||||
|
|||||||
@@ -29,10 +29,11 @@
|
|||||||
// or implied, of Kearwood Gilbert.
|
// or implied, of Kearwood Gilbert.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "vector2.h"
|
#include "vector2.h"
|
||||||
#include "vector3.h"
|
#include "vector3.h"
|
||||||
|
#include <type_traits>
|
||||||
#pragma once
|
|
||||||
|
|
||||||
namespace hydra {
|
namespace hydra {
|
||||||
|
|
||||||
|
|||||||
@@ -29,11 +29,11 @@
|
|||||||
// or implied, of Kearwood Gilbert.
|
// or implied, of Kearwood Gilbert.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "vector3.h"
|
#include "vector3.h"
|
||||||
#include "vector4.h"
|
#include "vector4.h"
|
||||||
|
#include <type_traits>
|
||||||
#pragma once
|
|
||||||
|
|
||||||
namespace hydra {
|
namespace hydra {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "vector3.h"
|
#include "vector3.h"
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
namespace hydra {
|
namespace hydra {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "vector3.h"
|
#include "vector3.h"
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
namespace hydra {
|
namespace hydra {
|
||||||
|
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
#include <functional> // for hash<>
|
#include <functional> // for hash<>
|
||||||
#include <limits> // for std::numeric_limits<>
|
#include <limits> // for std::numeric_limits<>
|
||||||
#include <math.h> // for sqrtf
|
#include <math.h> // for sqrtf
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
namespace hydra {
|
namespace hydra {
|
||||||
|
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
#include <functional> // for hash<>
|
#include <functional> // for hash<>
|
||||||
#include <limits> // for std::numeric_limits<>
|
#include <limits> // for std::numeric_limits<>
|
||||||
#include <math.h> // for sqrtf
|
#include <math.h> // for sqrtf
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
namespace hydra {
|
namespace hydra {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <functional> // for hash<>
|
#include <functional> // for hash<>
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
#include "vector2.h"
|
#include "vector2.h"
|
||||||
#include "vector4.h"
|
#include "vector4.h"
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <functional> // for hash<>
|
#include <functional> // for hash<>
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
#include "vector2i.h"
|
#include "vector2i.h"
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <functional> // for hash<>
|
#include <functional> // for hash<>
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
namespace hydra {
|
namespace hydra {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user