Centralize Lua sandboxing

This commit is contained in:
Robin Gareus 2017-08-09 04:07:23 +02:00
parent cba622cdce
commit 0191a9c4c2
5 changed files with 17 additions and 6 deletions

View file

@ -36,6 +36,7 @@ public:
void collect_garbage ();
void collect_garbage_step ();
void tweak_rt_gc ();
void sandbox (bool rt_safe = false);
sigc::signal<void,std::string> Print;