From 3f5ba41ed0364268d5a6d10e4ab559b61393edf0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 17 Feb 2013 05:52:58 -0500 Subject: Delete old map-related files. --- (limited to 'src/layer.h') diff --git a/src/layer.h b/src/layer.h deleted file mode 100644 index 85558a6..0000000 --- a/src/layer.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef LAYER_H -#define LAYER_H - -#include - -#if 0 -const int LAYER_GROUND = 0; -const int LAYER_OBJ_LOW = 1; -const int LAYER_CHAR_BOT = 2; -const int LAYER_OBJ_MID = 3; -const int LAYER_CHAR_TOP = 4; -const int LAYER_OBJ_HIGH = 5; -const int LAYER_WEATHER = 6; -#endif - -struct layer { - char *name; - Uint32 *tiles; - struct layer *next; -}; - -#endif -- cgit v0.9.1