Moved hydra to its own namespace
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user