GFC: Data type names should be prefixed
Closed this issue · 1 comments
engineerOfLies commented
To prevent potential risk of conflicts with other libraries all type should be prefixed
GFC_*
GFC_List,GFC_Hash,GFC_Vector2D, etc
This will be breaking, but should be a simple find and replace to update to the new version
engineerOfLies commented
DONE