committing after hiatus from code...

This commit is contained in:
Jamie Allen 2013-01-24 11:02:27 +01:00
parent 7e422dca80
commit e4ab292347
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -10,8 +10,8 @@ int main() {
bool fullscreen; bool fullscreen;
fullscreen = true; //fullscreen = true;
//fullscreen = false; fullscreen = false;
cout << "> display configuration" << endl; cout << "> display configuration" << endl;
cout << "* fullscreen: " << (fullscreen ? "yes" : "no") << endl; cout << "* fullscreen: " << (fullscreen ? "yes" : "no") << endl;