Skip to content

Commit

Permalink
Merge branch 'main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gdex1974 authored Nov 6, 2023
2 parents 5e59c54 + d8cfe64 commit b991a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gfx-font-converter/FontConverterConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class FontConverterConfig
{
public:
enum class Format { Header, Binary};

FontConverterConfig(int argc, char * argv[]);
const std::string& getFontFileName() const { return fontFileName; }
const std::string& getOutputFileName() const { return outputFileName; }
Expand Down

0 comments on commit b991a2b

Please sign in to comment.