Moved hydra to its own namespace

This commit is contained in:
2023-08-05 21:00:37 -07:00
parent 6cb2c06bea
commit 9c1de3d017
27 changed files with 110 additions and 138 deletions

View File

@@ -32,7 +32,7 @@
#include "../include/hydra.h"
#include "krhelpers.h"
namespace kraken {
namespace hydra {
//default constructor
void Vector3::init()
@@ -502,5 +502,5 @@ bool Vector3::operator <(const Vector3& b) const
}
}
} // namespace kraken
} // namespace hydra