7#include <imgui_impl_sdl2.h>
8#include <imgui_impl_sdlrenderer2.h>
10#include "AsgardClass.h"
15 void BaseInfoWindow( ImGuiIO& , SDL_Point&,
AsgardClass* );
16 void TimeSettingWindow ( ImGuiIO& , SDL_Point&,
AsgardClass* );
Definition: AsgardClass.h:17