X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fmodule.h;h=3492a5ded49b795ca37a808a9c8a403fed353d60;hp=4d819dacd5265bd83dc05077d0788698d93e7824;hb=9f6bb77743014e4321e783aae5e84af1c925e572;hpb=36569927a57a59bf0bfadb653c97395dbf8356f7 diff --git a/source/core/module.h b/source/core/module.h index 4d819dac..3492a5de 100644 --- a/source/core/module.h +++ b/source/core/module.h @@ -203,6 +203,7 @@ public: void load_code(IO::Base &); private: virtual void compile(SL::Compiler &); + void reflect(); public: const std::vector &get_code() const { return code; }