mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
16 lines
270 B
C++
16 lines
270 B
C++
#include "pch.h"
|
|
#include "UIDrawer.h"
|
|
#include "App.h"
|
|
#include "DeviceResources.h"
|
|
#include <imgui.h>
|
|
#include "imgui/backends/imgui_impl_win32.h"
|
|
#include "imgui/backends/imgui_impl_dx11.h"
|
|
|
|
|
|
bool UIDrawer::Initialize() {
|
|
return false;
|
|
}
|
|
|
|
void UIDrawer::Draw() {
|
|
|
|
}
|