Loading

Paste #p02mxsejk

  1. src/saveload/saveload.h
  2. 141:    SLE_VAR_STRB  = 10 << 4, ///< string (with pre-allocated buffer)
  3. 142:    SLE_VAR_STRBQ = 11 << 4, ///< string enclosed in quotes (with pre-allocated buffer)
  4. 143:    SLE_VAR_STR   = 12 << 4, ///< string pointer
  5. 144:    SLE_VAR_STRQ  = 13 << 4, ///< string pointer enclosed in quotes

Comments