OSDN Git Service

renamed: ptmp0.pcx -> data/ptmp0.pcx
[proj16/16.git] / src / v2 / source / MAPED / GUICOMP.H
diff --git a/src/v2/source/MAPED/GUICOMP.H b/src/v2/source/MAPED/GUICOMP.H
new file mode 100644 (file)
index 0000000..1df18b6
--- /dev/null
@@ -0,0 +1,29 @@
+/*\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 GUICOMP_INC\r
+#define GUICOMP_INC\r
+\r
+extern void stdwindow(int x1, int y1, int x2, int y2);\r
+extern void Window(int x1, int y1, int x2, int y2, char *title);\r
+extern void CheckBox(int x, int y, char checked);\r
+extern void Button(int x, int y, char *str);\r
+extern void BigButton(int x, int y, char *str);\r
+extern void ButtonPressed(int x, int y, char *str);\r
+extern void BigButtonPressed(int x, int y, char *str);\r
+extern void TextField(int x, int y, int width, char *str, char blink);\r
+\r
+#endif // GUICOMP_INC\r