#pragma once #include class Compiler { static NativeCode nativeCode; public: static NativeCode &GetNativeCode() { return nativeCode; } };