]> git.zerfleddert.de Git - proxmark3-svn/blame - linux/guidummy.c
- Added new Makefile.linux in bootrom directory
[proxmark3-svn] / linux / guidummy.c
CommitLineData
6658905f 1#include <stdio.h>
2
3void 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
13void HideGraphWindow(void) {}
14void RepaintGraphWindow(void) {}
15void MainGraphics() {}
16void InitGraphics(int argc, char **argv) {}
17void ExitGraphics(void) {}
Impressum, Datenschutz