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

@@ -71,6 +71,10 @@ static bool TFInit()
<< SOElement(sfTarget, SOE_REQUIRED)
;
DECLARE_TF(EnableFeature, ttFEATURE)
<< SOElement(sfFeature, SOE_REQUIRED)
;
return true;
}