From ba04ac934dea549497e2e89fa7a9e5bc8723f5f8 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 21 Aug 2021 17:18:02 -0400 Subject: Cleaned up a bunch of stuff I'm not using --- Source/Validator.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 Source/Validator.h (limited to 'Source/Validator.h') diff --git a/Source/Validator.h b/Source/Validator.h deleted file mode 100644 index 2a102dd..0000000 --- a/Source/Validator.h +++ /dev/null @@ -1,27 +0,0 @@ -#pragma once -#include -#include - -#ifndef NEGATIONS_CANCEL_NEGATIONS -#define NEGATIONS_CANCEL_NEGATIONS true -#endif - -#ifndef SIMPLE_POLYOMINOS -#define SIMPLE_POLYOMINOS true -#endif - -#ifndef DISABLE_CACHE -#define DISABLE_CACHE false -#endif - -struct Region{}; -class Puzzle; -struct Pos; -class Validator { -public: - static void Validate(Puzzle& p); - -private: - static void RegionCheckNegations(Puzzle& p, const Region& r); - static std::vector RegionCheck(Puzzle& p, const Region& r); -}; -- cgit 1.4.1