This commit is contained in:
Alexey 'Cluster' Avdyukhin 2022-12-05 14:09:21 +04:00
parent d075c2b46a
commit 328e351255
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public:
int registerChanges(int mod_type, int start = 0, int end =-1, int size = 0, const char* comment = NULL, int consecutivenessTag = 0, RowsSelection* frameset = NULL);
int registerAdjustLag(int start, int size);
void registerMarkersChange(int modificationType, int start = 0, int end =-1, const char* comment = 0);
void registerBookmarkSet(int slot, BOOKMARK& backupÑopy, int oldCurrentBranch);
void registerBookmarkSet(int slot, BOOKMARK& backupcopy, int oldCurrentBranch);
int registerBranching(int slot, bool markersWereChanged);
void registerRecording(int frameOfChange, uint32 joypadDifferenceBits);
int registerImport(MovieData& md, char* filename);