summaryrefslogtreecommitdiffstats
path: root/dev/gfxtest/main.cc
blob: e01962f513d9237a93a575221c7ef169b21b2be9 (plain) (blame)
1
2
3
4
5
6
7
8
#include "gfx_test.h"

int main(int argc, const char *argv[]) {
    GfxTest app;
    app.Run();
    return 0;
}