#include <string>
#include <unordered_map>
#include <variant>
Ir al código fuente de este archivo.
◆ CompMap
◆ CompValue
| using CompValue = std::variant<char, int, float, bool, std::string, std::nullptr_t> |
◆ EntryPointGetFullScreen
| typedef bool(__cdecl * EntryPointGetFullScreen) () |
◆ EntryPointGetInitScene
| typedef const char *(__cdecl * EntryPointGetInitScene) () |
◆ EntryPointGetWindowName
| typedef const char *(__cdecl * EntryPointGetWindowName) () |
◆ EntryPointGetWindowSize
| typedef void(__cdecl * EntryPointGetWindowSize) (uint32_t &, uint32_t &) |
◆ EntryPointInit
| typedef void(__cdecl * EntryPointInit) () |