Hcore: Put everything in namespace hk::
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user