Rename hcore=>smocore
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef DIRECTOR_H
|
||||
#define DIRECTOR_H
|
||||
|
||||
#include <config.h>
|
||||
#include <goal.h>
|
||||
|
||||
namespace hk {
|
||||
namespace director {
|
||||
|
||||
class Director {
|
||||
public:
|
||||
Director() = default;
|
||||
~Director() = default;
|
||||
|
||||
Goal purpose;
|
||||
};
|
||||
|
||||
} // namespace director
|
||||
} // namespace hk
|
||||
|
||||
#endif // DIRECTOR_H
|
||||
Reference in New Issue
Block a user