refactor(furvm): better thing implementation
This commit is contained in:
@@ -12,6 +12,7 @@ namespace furvm {
|
||||
class context {
|
||||
public:
|
||||
friend class executor;
|
||||
friend class thing;
|
||||
public:
|
||||
context();
|
||||
~context() = default;
|
||||
|
||||
Reference in New Issue
Block a user