summaryrefslogtreecommitdiffstats
path: root/config.tests/qws/svgalib/svgalib.cpp
blob: f4bf9c8bd5d88c5c7dc90840162187b4ecd6faa9 (plain)
1
2
3
4
5
6
7
8
9
10
#include <vga.h>
#include <vgagl.h>

int main(int, char **)
{
    int mode = vga_getdefaultmode();
    gl_setcontextvga(mode);

    return 0;
}