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