Save/load changes for enhanced viewport patch: plans.

This commit is contained in:
Jonathan G Rennison
2015-08-05 21:33:47 +01:00
parent 174779e371
commit 44d3c84a11
2 changed files with 2 additions and 0 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_ENH_VIEWPORT_PLANS, ///< Enhanced viewport patch: plans
XSLFI_SIZE, ///< Total count of features, including null feature
};