diff options
Diffstat (limited to 'src/package.h')
| -rw-r--r-- | src/package.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/src/package.h b/src/package.h index db0e5a0..94580ee 100644 --- a/src/package.h +++ b/src/package.h @@ -28,6 +28,13 @@  #define __MIAVLIB_PACKAGE_H__  typedef enum { +  NO_CHANGE = 0, +  SAVE, +  DELETE, +  LATER +} n_savestate; + +typedef enum {    DATA_HEADER = 0x0001,    INFO_HEADER = 0x0002  } n_header_type; @@ -40,6 +47,7 @@ typedef struct {        bool record;        bool freeze;        bool snapshot; +      n_savestate savestate;      } h_data;      struct {        int fisk;  | 
