Improved breakdowns: Update save/load code

This commit is contained in:
Jonathan G Rennison
2015-08-02 23:16:33 +01:00
parent d023d0863f
commit e91d0e49dc
6 changed files with 12 additions and 8 deletions

View File

@@ -21,6 +21,7 @@
*/
enum SlXvFeatureIndex {
XSLFI_NULL = 0, ///< Unused value, to indicate that no extended feature test is in use
XLSFI_IMPROVED_BREAKDOWNS, ///< Improved breakdowns patch
XSLFI_SIZE, ///< Total count of features, including null feature
};