commit for david tues 21st 17:51

This commit is contained in:
Jamie Allen
2012-02-21 17:51:14 +01:00
parent 9fd244dcc1
commit 117eaca232
10 changed files with 31 additions and 16 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ int main() {
bool fullscreen;
fullscreen = true;
//fullscreen = false;
//fullscreen = true;
fullscreen = false;
cout << "> display configuration" << endl;
cout << "* fullscreen: " << (fullscreen ? "yes" : "no") << endl;