Add Director, director::CommandList, hk::Goal and fixups
* Simulator and Director are no longer singletons.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef DIRECTOR_H
|
||||
#define DIRECTOR_H
|
||||
|
||||
namespace director {
|
||||
|
||||
class Director {
|
||||
public:
|
||||
Director() = default;
|
||||
~Director() = default;
|
||||
};
|
||||
|
||||
} // namespace director
|
||||
|
||||
#endif // DIRECTOR_H
|
||||
Reference in New Issue
Block a user