From 06aca0d336b4c6fc08f1b448c271ce8b4e5144e8 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Tue, 4 Sep 2018 20:34:39 +0930 Subject: added BUGS file, created and placed cells However, the cells will soon use std::vector instead of a qt list. --- cell.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cell.cpp') diff --git a/cell.cpp b/cell.cpp index e4035ba..d32fa6e 100644 --- a/cell.cpp +++ b/cell.cpp @@ -39,3 +39,8 @@ void cell::flagcheck() if (flags & NUMBER) puts("number"); } + +int cell::getflags() +{ + return flags; +} -- cgit v1.2.3