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