FOREACH_ENUM2 -> FOREACH_ENUM
This commit is contained in:
@@ -18,7 +18,7 @@ enum TweenType
|
||||
NUM_TweenType,
|
||||
TweenType_Invalid
|
||||
};
|
||||
#define FOREACH_TweenType( tt ) FOREACH_ENUM2( TweenType, tt )
|
||||
#define FOREACH_TweenType( tt ) FOREACH_ENUM( TweenType, tt )
|
||||
LuaDeclareType( TweenType );
|
||||
|
||||
class ITween
|
||||
|
||||
Reference in New Issue
Block a user