mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 15:00:55 -04:00
19 lines
221 B
C
19 lines
221 B
C
#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
|