More conditional orders: Extended save/load changes.

This commit is contained in:
Jonathan G Rennison
2015-08-26 23:15:33 +01:00
parent 0372bfcda7
commit 77bcd5f2c2
4 changed files with 3 additions and 3 deletions

View File

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