mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 15:24:30 -04:00
78b0563c0e
# Conflicts: # src/dusk/imgui/ImGuiMenuEnhancements.cpp # src/dusk/settings.cpp # src/f_ap/f_ap_game.cpp
17 lines
279 B
C
17 lines
279 B
C
#pragma once
|
|
|
|
#ifndef AUTOSAVE_H
|
|
#define AUTOSAVE_H
|
|
|
|
#include <m_Do/m_Do_MemCardRWmng.h>
|
|
#include <m_Do/m_Do_MemCard.h>
|
|
|
|
void noAutoSave();
|
|
void triggerAutoSave();
|
|
void updateAutoSave();
|
|
void enterAutoSave();
|
|
void autoSaving();
|
|
void waitingForWrite();
|
|
void endAutoSave();
|
|
|
|
#endif |