added openCV.h to each class

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