aboutsummaryrefslogtreecommitdiff
path: root/test/01HelloWorld/main.cpp
blob: 701d53f8133325d99365509bb1da42d151b82e2b (plain)
1
2
3
4
5
6
7
#include "jin.h"

int main()
{
    jin::core::Game* game;
    jin::graphics::WindowSystem;
}