Fixed wrong enum type definition

This commit is contained in:
Walter Julius Hennecke 2012-12-30 20:31:31 +01:00
parent 4817f34af6
commit 9283a1f9a8
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ typedef enum GameplayValueType
VALUE_STRING,
VALUE_VECTOR,
GAMEPLAY_VALUE_UNSPECIFIED
};
} GameplayValueType;
//------------------------ CLASS -------------------------------
//