fuck git and fuck vs code
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "document.h"
|
||||
#include "settings.h"
|
||||
|
||||
namespace anm2ed
|
||||
{
|
||||
@@ -27,6 +28,8 @@ namespace anm2ed
|
||||
int recordingEnd{};
|
||||
bool isRecordingRange{};
|
||||
|
||||
ImGuiKeyChord chords[SHORTCUT_COUNT]{};
|
||||
|
||||
anm2::Layer editLayer{};
|
||||
imgui::PopupHelper layerPropertiesPopup{imgui::PopupHelper("Layer Properties", imgui::POPUP_SMALL_NO_HEIGHT)};
|
||||
|
||||
@@ -64,6 +67,8 @@ namespace anm2ed
|
||||
void autosave_files_write();
|
||||
void autosave_files_clear();
|
||||
|
||||
void chords_set(Settings&);
|
||||
|
||||
std::filesystem::path autosave_directory_get();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user