font asset

This commit is contained in:
Noel Berry
2021-01-02 12:51:51 -08:00
parent 189a84ff8e
commit 7d917a98a2
4 changed files with 96 additions and 20 deletions

View File

@ -1,18 +0,0 @@
#include <blah.h>
using namespace Blah;
namespace
{
}
int main()
{
Config config;
config.width = 1280;
config.height = 720;
config.name = "tiny link";
App::run(&config);
}