X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmodule.h;h=16e07053ea4abd427fac950b0b09da2bb89c6ac9;hb=f73e671dcb36c097647cddbf5b1eaaad2ffc9299;hp=a480b6139426efaeeb7287566d8bbdc1f2891690;hpb=959efbf61663efd7879070ce0447e02c8a447ce0;p=libs%2Fgl.git diff --git a/source/core/module.h b/source/core/module.h index a480b613..16e07053 100644 --- a/source/core/module.h +++ b/source/core/module.h @@ -58,6 +58,8 @@ public: private: virtual void compile(SL::Compiler &) = 0; + + SL::Features create_features() const; }; /**