summary refs log tree commit diff stats
path: root/src/systems/scripting.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-05-13 11:00:02 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-05-17 15:39:39 -0400
commit046ee24a341468e9b3ea2983a731dbce18b52ac6 (patch)
tree554a645bbc9dac63433cf06e1a5168eb2551d02a /src/systems/scripting.h
parent5269e7c09a0b17c8c972c8ad996b04d42dbcd9cb (diff)
downloadtherapy-046ee24a341468e9b3ea2983a731dbce18b52ac6.tar.gz
therapy-046ee24a341468e9b3ea2983a731dbce18b52ac6.tar.bz2
therapy-046ee24a341468e9b3ea2983a731dbce18b52ac6.zip
Integrated RealizableComponent into RealizingSystem
Diffstat (limited to 'src/systems/scripting.h')
-rw-r--r--src/systems/scripting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/scripting.h b/src/systems/scripting.h index d5380f1..e330316 100644 --- a/src/systems/scripting.h +++ b/src/systems/scripting.h
@@ -22,7 +22,7 @@ private:
22 template <typename... Args> 22 template <typename... Args>
23 id_type runScript(std::string event, id_type entity, Args&&... args); 23 id_type runScript(std::string event, id_type entity, Args&&... args);
24 24
25 sol::state engine; 25 sol::state engine_;
26}; 26};
27 27
28#endif /* end of include guard: AUTOMATING_H_E6E5D76E */ 28#endif /* end of include guard: AUTOMATING_H_E6E5D76E */