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,12 @@
// or implied, of Kearwood Gilbert.
//
#ifndef KRAKEN_SCALAR_H
#define KRAKEN_SCALAR_H
#pragma once
namespace kraken {
namespace hydra {
float SmoothStep(float a, float b, float t);
float Lerp(float a, float b, float t);
}; // namespace kraken
}; // namespace hydra
#endif // KRAKEN_SCALAR_H