mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
11 lines
No EOL
249 B
C++
11 lines
No EOL
249 B
C++
#pragma once
|
|
#include <stdint.h>
|
|
#include "third_party/imgui/imgui.h"
|
|
#include "third_party/imgui/backends/imgui_impl_3ds.h"
|
|
#include "third_party/imgui/backends/imgui_impl_opengl2.h"
|
|
|
|
namespace UI
|
|
{
|
|
void Initialize();
|
|
void RestoreRenderState();
|
|
} |