source:
trunk/config.tests/qws/svgalib/svgalib.cpp@
5
Last change on this file since 5 was 2, checked in by , 16 years ago | |
---|---|
File size: 144 bytes |
Line | |
---|---|
1 | #include <vga.h> |
2 | #include <vgagl.h> |
3 | |
4 | int main(int, char **) |
5 | { |
6 | int mode = vga_getdefaultmode(); |
7 | gl_setcontextvga(mode); |
8 | |
9 | return 0; |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.