Stuctures for feature enabling.

This commit is contained in:
JoelKatz
2012-12-02 15:23:17 -08:00
parent 1ed90b5bb5
commit 7708968cff
7 changed files with 23 additions and 0 deletions

View File

@@ -98,6 +98,10 @@ static bool LEFInit()
<< SOElement(sfHashes, SOE_REQUIRED)
;
DECLARE_LEF(EnabledFeatures, ltFEATURES)
<< SOElement(sfEnabledFeatures, SOE_REQUIRED)
;
return true;
}