]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/guidummy.cpp
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2009 Michael Gernoth <michael at gernoth.net>
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
7 //-----------------------------------------------------------------------------
9 //-----------------------------------------------------------------------------
13 extern "C" void ShowGraphWindow(void)
15 static int warned
= 0;
18 printf("No GUI in this build!\n");
23 extern "C" void HideGraphWindow(void) {}
24 extern "C" void RepaintGraphWindow(void) {}
25 extern "C" void MainGraphics() {}
26 extern "C" void InitGraphics(int argc
, char **argv
) {}
27 extern "C" void ExitGraphics(void) {}