MGL(Win32)
|
MGL イニシャライザデリゲート [詳解]
#include <mgl/initialize/mgl_initializer_delegate.h>
#include <mgl/audio/renderer/mgl_audio_renderer.h>
#include <mgl/input/keyboard/mgl_keyboard_delegate.h>
#include <mgl/input/mouse/mgl_mouse_delegate.h>
#include <mgl/input/touch/mgl_touch_delegate.h>
#include <mgl/render/mgl_renderer_2d_delegate.h>
#include <mgl/render/mgl_texture_generator.h>
#include <mgl/system/application/mgl_application_module_default.h>
#include <mgl/system/chrono/mgl_chrono_module_default.h>
#include <mgl/system/debug/mgl_debug_module_default.h>
#include <mgl/system/locale/mgl_locale_module_default.h>
#include <mgl/system/window/mgl_window_module_default.h>
MGL イニシャライザデリゲート