satdump/src-core/common/rimgui.cpp

9 lines
160 B
C++
Raw Normal View History

2023-09-10 12:20:42 -07:00
#define SATDUMP_DLL_EXPORT 1
2023-09-08 22:47:06 +02:00
#include "rimgui.h"
namespace RImGui
{
// Global variables
bool is_local = true;
RImGui *current_instance = nullptr;
}