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