mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-25 14:45:45 -04:00
a6f059827b
* Game ABI / headers refactoring * Delete dusk/imgui.h
15 lines
299 B
C
15 lines
299 B
C
#pragma once
|
|
|
|
#include <m_Do/m_Do_MemCardRWmng.h>
|
|
#include <m_Do/m_Do_MemCard.h>
|
|
#include <d/actor/d_a_alink.h>
|
|
|
|
void noAutoSave();
|
|
void triggerAutoSave();
|
|
void updateAutoSave();
|
|
void enterAutoSave();
|
|
void autoSaving();
|
|
void waitingForWrite();
|
|
void endAutoSave();
|
|
void toggleAutoSave(bool enabled);
|