#pragma once #ifndef AUTOSAVE_H #define AUTOSAVE_H #include #include void noAutoSave(); void triggerAutoSave(); void updateAutoSave(); void enterAutoSave(); void autoSaving(); void waitingForWrite(); void endAutoSave(); #endif