rework C includes in C++

This commit is contained in:
Philippe Teuwen 2020-05-03 12:46:46 +02:00
parent 19be62f7e6
commit ed1fb14f5f
7 changed files with 39 additions and 8 deletions

View file

@ -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;