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