]> git.zerfleddert.de Git - proxmark3-svn/blob - linux/guidummy.c
- Added new Makefile.linux in bootrom directory
[proxmark3-svn] / linux / guidummy.c
1 #include <stdio.h>
2
3 void ShowGraphWindow(void)
4 {
5 static int warned = 0;
6
7 if (!warned) {
8 printf("No GUI in this build!\n");
9 warned = 1;
10 }
11 }
12
13 void HideGraphWindow(void) {}
14 void RepaintGraphWindow(void) {}
15 void MainGraphics() {}
16 void InitGraphics(int argc, char **argv) {}
17 void ExitGraphics(void) {}
Impressum, Datenschutz