OSDN Git Service

attempted font system added
[proj16/16.git] / src / v2 / source / verge / MAPED / TILESEL.H
diff --git a/src/v2/source/verge/MAPED/TILESEL.H b/src/v2/source/verge/MAPED/TILESEL.H
deleted file mode 100644 (file)
index 509c78f..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/*\r
-Copyright (C) 1998 BJ Eirich (aka vecna)\r
-This program is free software; you can redistribute it and/or\r
-modify it under the terms of the GNU General Public License\r
-as published by the Free Software Foundation; either version 2\r
-of the License, or (at your option) any later version.\r
-This program is distributed in the hope that it will be useful,\r
-but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\r
-See the GNU General Public Lic\r
-See the GNU General Public License for more details.\r
-You should have received a copy of the GNU General Public License\r
-along with this program; if not, write to the Free Software\r
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
-*/\r
-\r
-#ifndef TILESEL_INC\r
-#define TILESEL_INC\r
-\r
-extern int selofs;\r
-extern char ttile[256], ttile2[256];\r
-extern char curastd;\r
-extern char curmode;\r
-\r
-extern int curtileptr(int row);\r
-extern void NormalButton(int x1, int y1, int x2, int y2, char *str);\r
-extern void PressdButton(int x1, int y1, int x2, int y2, char *str);\r
-extern void RenderSelector();\r
-extern void FlipX(unsigned short edtile);\r
-extern void FlipY(unsigned short edtile);\r
-extern void FlipZ(unsigned short edtile);\r
-extern void DrawHighlight(int x, int y);\r
-extern void TileSelector();\r
-extern void VSPAnimDialog();\r
-extern void AddTilesDialog();\r
-extern void RenderImport();\r
-extern void ImportTiles();\r
-extern void ImportVSP();\r
-extern void OpenPCXas();\r
-\r
-extern void ReadPCXLine(unsigned char *dest);\r
-extern void LoadPCXHeader(char *fname);\r
-extern void LoadPCXHeaderNP(char *fname);\r
-extern int  GrabTileAt(int x, int y, int z, int check_dup);\r
-extern void ImportPCX();\r
-\r
-#endif // TILESEL_INC\r