summaryrefslogtreecommitdiffstats
path: root/dev/MinGfx/example/main-circleviewer.cpp
blob: 9c8f143087a4e1f9a3ad55fdf79193a2400a90cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "CircleViewer.h"


int main(int argc, char **argv) {

    CircleViewer app;
    app.Run();

    return 0;
}