mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-30 03:29:01 -07:00
rework C includes in C++
This commit is contained in:
parent
19be62f7e6
commit
ed1fb14f5f
7 changed files with 39 additions and 8 deletions
|
@ -24,18 +24,15 @@
|
|||
#include <QSlider>
|
||||
#include <QHBoxLayout>
|
||||
#include <string.h>
|
||||
#include "proxgui.h"
|
||||
#include <QtGui>
|
||||
|
||||
extern "C" int preferences_save(void);
|
||||
|
||||
extern "C" {
|
||||
#include "proxgui.h"
|
||||
#include "ui.h"
|
||||
#include "comms.h"
|
||||
#include "graph.h"
|
||||
#include "cmddata.h"
|
||||
#include "util_darwin.h"
|
||||
}
|
||||
|
||||
extern "C" int preferences_save(void);
|
||||
|
||||
bool g_useOverlays = false;
|
||||
int g_absVMax = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue