&GetGod()

This commit is contained in:
Hieu Hoang 2017-01-20 17:39:00 +00:00
parent f85085e7ec
commit 8659016471

View File

@ -34,6 +34,9 @@ class MosesPlugin {
void SetDevice();
size_t GetDevice();
God &GetGod()
{ return *god_; }
void SetDebug(bool debug) {
debug_ = debug;
}