From 0b2f09692c52a877ecfcced4df8fcd88dbe3ccd4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 6 Jan 2022 15:12:23 +0100 Subject: [PATCH] a --- headers/utils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/headers/utils.h b/headers/utils.h index 4ff55d2..d86b2a2 100644 --- a/headers/utils.h +++ b/headers/utils.h @@ -23,7 +23,6 @@ enum class WinValue{ }; -typedef nsGraphics::Vec2D IndexPair; typedef nsGraphics::Vec2D Position; typedef unsigned playerID; // 0 for player 1, 1 for player 2