mirror of
https://github.com/NoelFB/tiny_link.git
synced 2025-06-30 19:35:26 +08:00
font asset
This commit is contained in:
18
src/main.cpp
18
src/main.cpp
@ -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);
|
||||
}
|
Reference in New Issue
Block a user