Merge branch 'master' of someserver.de:/home/seba/projects/c++/libsegl/

This commit is contained in:
seba 2008-03-08 23:05:11 +01:00
commit cca746e2f8
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.o
*.a
testprog

View File

@ -8,5 +8,7 @@ int main() {
screen.setVideoMode(640, 480, 32);
screen.apply();
// whee
return 0;
}