diff options
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 1167fb33..9866b679 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -426,6 +426,11 @@ typedef struct water_t { } water_t; typedef struct { + int row, col; + void *raw_memory; +} screen_backup_t; + +typedef struct { fileheader_t *header; char mtitle[STRLEN]; char *path; |