context menus, document refactoring, fixes

This commit is contained in:
2025-10-26 00:10:44 -04:00
parent 87c2db2a77
commit fe9366f9ef
62 changed files with 2138 additions and 793 deletions

View File

@@ -26,14 +26,14 @@ namespace anm2ed::dialog
int replaceID{-1};
Dialog();
Dialog(SDL_Window* window);
Dialog(SDL_Window*);
void anm2_new();
void anm2_open();
void anm2_save();
void spritesheet_open();
void spritesheet_replace();
void file_explorer_open(const std::string& path);
void file_explorer_open(const std::string&);
void reset();
bool is_selected_file(Type type);
bool is_selected_file(Type);
};
}