fuck git and fuck vs code

This commit is contained in:
2025-11-11 11:25:46 -05:00
parent d07b4dc2eb
commit 07096c487b
62 changed files with 1635 additions and 1301 deletions

View File

@@ -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();
};
}