]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/guidummy.c
merge linux and windows clients into one directory... will consolidate makefiles...
[proxmark3-svn] / client / guidummy.c
diff --git a/client/guidummy.c b/client/guidummy.c
new file mode 100644 (file)
index 0000000..39bcc75
--- /dev/null
@@ -0,0 +1,17 @@
+#include <stdio.h>
+
+void ShowGraphWindow(void)
+{
+       static int warned = 0;
+
+       if (!warned) {
+               printf("No GUI in this build!\n");
+               warned = 1;
+       }
+}
+
+void HideGraphWindow(void) {}
+void RepaintGraphWindow(void) {}
+void MainGraphics() {}
+void InitGraphics(int argc, char **argv) {}
+void ExitGraphics(void) {}
Impressum, Datenschutz