Rename hcore=>smocore
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef _GOAL_H
|
||||
#define _GOAL_H
|
||||
|
||||
#include <simulator/scene.h>
|
||||
|
||||
namespace hk {
|
||||
|
||||
class Goal
|
||||
: public simulator::Scene {
|
||||
public:
|
||||
Goal() = default;
|
||||
~Goal() = default;
|
||||
};
|
||||
|
||||
} // namespace hk
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user