mirror of
https://github.com/NoelFB/tiny_link.git
synced 2025-06-30 19:35:26 +08:00
first commit
This commit is contained in:
18
src/main.cpp
Normal file
18
src/main.cpp
Normal file
@ -0,0 +1,18 @@
|
||||
#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