some fixes

This commit is contained in:
TakaRikka
2025-11-30 14:34:10 -08:00
parent da1c925ddf
commit 29d95e4686
6 changed files with 1579 additions and 760 deletions
+18
View File
@@ -0,0 +1,18 @@
#ifndef _SRC_IMGUI_H_
#define _SRC_IMGUI_H_
#include <aurora/aurora.h>
#ifdef __cplusplus
extern "C"
{
#endif
void imgui_main(const AuroraInfo* info);
void frame_limiter();
#ifdef __cplusplus
}
#endif
#endif