9 namespace Implementation {};
14 #ifdef TARGET_OS_WINDOWS
15 #include "Win32/CYBWin32ModuleImplementation.hpp"
17 #include "Posix/CYBPosixModuleImplementation.hpp"
22 #include "CYBAutoModule.inl"
Contains the declaration of CYB::Platform::Manager.
Defines the interface for creating templates that are modules as objects.
Defines the interface for loading module functions.
uses the module macros to define AutoModules that will be used by the engine
Defines the DEFINE_MODULE macro for easily adding modules.