worked on android port

opengl1 -> es
This commit is contained in:
root
2018-01-31 17:15:11 +01:00
parent a9bab839b2
commit e5e19779d5
53 changed files with 884 additions and 203 deletions

View File

@@ -1,3 +1,5 @@
#include "../../fixC11.h"
#include "MapView2D.h"
#include <QPainter>

View File

@@ -4,6 +4,8 @@
#include <QWidget>
#include <QOpenGLWidget>
#include "../../fixC11.h"
#include "Scaler.h"
class MapModel;
class MV2DElement;

View File

@@ -5,6 +5,8 @@
#include <QMouseEvent>
#include <QObject>
#include "../../../fixC11.h"
#include "../Painter.h"
class MapView2D;

View File

@@ -2,6 +2,7 @@
#define TOOLS_H
#include <vector>
#include "../../../fixC11.h"
#include "Tool.h"
/**