fix: literal F, headers C++ i trailing return type
This commit is contained in:
@@ -379,7 +379,7 @@ namespace Resource {
|
||||
std::string text_file; // Nombre del archivo de texto
|
||||
};
|
||||
|
||||
const std::vector<TextObjectInfo>& getTextObjectInfos() {
|
||||
auto getTextObjectInfos() -> const std::vector<TextObjectInfo>& {
|
||||
static const std::vector<TextObjectInfo> info = {
|
||||
{.key = "aseprite", .texture_file = "aseprite.gif", .text_file = "aseprite.fnt"},
|
||||
{.key = "gauntlet", .texture_file = "gauntlet.gif", .text_file = "gauntlet.fnt"},
|
||||
|
||||
Reference in New Issue
Block a user