
Pairs
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a simple game for kids, where they must always two identical cards.
The Game is endless and has no score-Counter or so...
13 years ago
Removed Scene::clear(), because this depends on Qt4.4
13 years ago
Removed Scene::clear(), because this depends on Qt4.4
erbt001
13 years ago
---------------------------
scene.cpp: In member function `void Scene::init(int)':
scene.cpp:65: error: `clear' was not declared in this scope
scene.cpp:65: warning: unused variable 'clear'
make: *** [scene.o]
-------------------------
Report