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

@@ -29,14 +29,13 @@
// or implied, of Kearwood Gilbert.
//
#ifndef KRAKEN_HITINFO_H
#define KRAKEN_HITINFO_H
#pragma once
#include "vector3.h"
class KRNode;
namespace kraken {
namespace hydra {
class HitInfo
{
@@ -61,6 +60,5 @@ private:
float m_distance;
};
} // namespace kraken
} // namespace hydra
#endif