Enable cmake for model

This commit is contained in:
manzerbredes 2015-04-29 19:34:01 +02:00
parent 674563203b
commit 9fbd4e0fed
8 changed files with 23 additions and 10 deletions

View file

@ -21,7 +21,7 @@ class Cell
~Cell();
// Describes the cell in a terminal
std::string description();
//std::string description();
};