Hcore: Put everything in namespace hk::

This commit is contained in:
2025-01-04 11:32:37 -04:00
parent 841441806c
commit c3461a73bb
8 changed files with 21 additions and 3 deletions
+4
View File
@@ -7,6 +7,8 @@
#include <director/director.h>
#include <simulator/simulator.h>
namespace hk {
class Mind
{
public:
@@ -18,4 +20,6 @@ public:
simulator::Simulator simulator;
};
} // namespace hk
#endif