Avoid some hardcoded strings

This commit is contained in:
Alex Szpakowski
2020-02-23 16:49:38 -04:00
parent 1ddfcd4cc8
commit 2c90ccabb3
3 changed files with 29 additions and 20 deletions
+2
View File
@@ -393,5 +393,7 @@ DECLARE_STRINGMAP(DataBaseType);
DECLARE_STRINGMAP(CullMode);
DECLARE_STRINGMAP(Winding);
const char *getConstant(BuiltinVertexAttribute attrib);
} // graphics
} // love