Maelstrom: Missed adding these to Mercurial

https://github.com/libsdl-org/Maelstrom/commit/6be10e5c1467a3b66557b854cdddb68174c86f1d

From 6be10e5c1467a3b66557b854cdddb68174c86f1d Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 8 Oct 2012 03:56:56 -0700
Subject: [PATCH] Missed adding these to Mercurial

---
 game/{features.cpp => MaelstromFeatures.cpp} | 2 +-
 game/{features.h => MaelstromFeatures.h}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename game/{features.cpp => MaelstromFeatures.cpp} (98%)
 rename game/{features.h => MaelstromFeatures.h} (100%)

diff --git a/game/features.cpp b/game/MaelstromFeatures.cpp
similarity index 98%
rename from game/features.cpp
rename to game/MaelstromFeatures.cpp
index 28100d70..77594430 100644
--- a/game/features.cpp
+++ b/game/MaelstromFeatures.cpp
@@ -21,7 +21,7 @@
 */
 
 #include "Maelstrom_Globals.h"
-#include "features.h"
+#include "MaelstromFeatures.h"
 
 #include "../screenlib/UIElementCheckbox.h"
 
diff --git a/game/features.h b/game/MaelstromFeatures.h
similarity index 100%
rename from game/features.h
rename to game/MaelstromFeatures.h