SetFromReference

This commit is contained in:
Glenn Maynard
2006-09-22 03:22:08 +00:00
parent 489fe6262d
commit 9152a81272
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ public:
LuaExpressionTransform();
~LuaExpressionTransform();
void SetFromReference( const LuaReference &ref );
void SetFromExpression( const RString &sExpression );
void SetNumSubdivisions( int iNumSubdivisions ) { ASSERT( iNumSubdivisions > 0 ); m_iNumSubdivisions = iNumSubdivisions; }