Merge branch 'master' of someserver.de:/home/seba/projects/c++/libsegl/
This commit is contained in:
commit
cca746e2f8
|
@ -1,2 +1,3 @@
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
testprog
|
||||||
|
|
|
@ -8,5 +8,7 @@ int main() {
|
||||||
screen.setVideoMode(640, 480, 32);
|
screen.setVideoMode(640, 480, 32);
|
||||||
screen.apply();
|
screen.apply();
|
||||||
|
|
||||||
|
// whee
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue