From 67df9f01df85be7e0ddcc0d53c89534aae009ed9 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Wed, 1 Aug 2007 15:38:04 +0000 Subject: [PATCH] had a nice idea --- src/modelidentifier.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modelidentifier.h b/src/modelidentifier.h index bd99044..a42e0ef 100644 --- a/src/modelidentifier.h +++ b/src/modelidentifier.h @@ -35,6 +35,8 @@ struct fann; */ class ModelIdentifier{ public: + //TODO: Make a Model class with functions for scoring SortActions + //one subclass for each model. Possibly storing name as string too. enum Model{Whirl,X,FatX,Zipper,Cloud}; /** -- 2.39.2