]> git.zerfleddert.de Git - proxmark3-svn/blame - client/guidummy.c
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / 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