Hcore: Put everything in namespace hk::
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <cstdint>
|
||||
#include <mentalEntity.h>
|
||||
|
||||
namespace hk {
|
||||
namespace simulator {
|
||||
|
||||
/**
|
||||
@@ -73,5 +74,6 @@ public:
|
||||
};
|
||||
|
||||
} // namespace simulator
|
||||
} // namespace hk
|
||||
|
||||
#endif // SIMULATOR_COMMANDLIST_H
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include <mentalEntity.h>
|
||||
#include <simulator/commandList.h>
|
||||
|
||||
namespace hk {
|
||||
namespace simulator {
|
||||
|
||||
class Scene
|
||||
@@ -32,7 +33,8 @@ private:
|
||||
CommandList::Cursor cursor;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace simulator
|
||||
} // namespace hk
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <config.h>
|
||||
#include <simulator/scene.h>
|
||||
|
||||
namespace hk {
|
||||
namespace simulator {
|
||||
|
||||
class Simulator {
|
||||
@@ -19,6 +20,7 @@ private:
|
||||
Scene scene;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace simulator
|
||||
} // namespace hk
|
||||
|
||||
#endif // SIMULATOR_H
|
||||
Reference in New Issue
Block a user