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
+2
View File
@@ -5,6 +5,7 @@
#include <cstdint>
#include <mentalEntity.h>
namespace hk {
namespace director {
/**
@@ -73,5 +74,6 @@ public:
};
} // namespace director
} // namespace hk
#endif // DIRECTOR_COMMANDLIST_H
+2
View File
@@ -3,6 +3,7 @@
#include <config.h>
namespace hk {
namespace director {
class Director {
@@ -12,5 +13,6 @@ public:
};
} // namespace director
} // namespace hk
#endif // DIRECTOR_H