Undo + Recording

This commit is contained in:
2025-06-29 20:33:52 -04:00
parent 93ab62e494
commit 4b12153512
27 changed files with 2485 additions and 367 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include "anm2.h"
#include "COMMON.h"
#define WINDOW_TITLE_MAX 0xFF + PATH_MAX
void window_title_from_anm2_set(SDL_Window* self, Anm2* anm2);
void window_title_from_path_set(SDL_Window* self, const char* path);