Home
last modified time | relevance | path

Searched defs:corrupted_save (Results 1 – 1 of 1) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Derrors.h17 struct corrupted_save : public ext_fail_exception struct
19 corrupted_save(const string &msg) : ext_fail_exception(msg) {} in corrupted_save() function
20 corrupted_save(const char *msg) : ext_fail_exception(msg) {} in corrupted_save() argument
21 corrupted_save(const string &msg, save_version v) : in corrupted_save() argument
26 save_version version; // defaults to -1,-1