From 448c46649ebfcf9b9806e431a46f223f378ce6fc Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Thu, 11 Jun 2015 22:07:43 +0300 Subject: [PATCH] Added crossexport.hpp --- src/crossexport.hpp | 8 ++++++++ wxCrossGen/main.cpp | 3 ++- wxCrossGen/wxCrossGen.mk | 2 +- wxCrossGen/wxCrossGen.project | 1 + 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 src/crossexport.hpp diff --git a/src/crossexport.hpp b/src/crossexport.hpp new file mode 100644 index 0000000..672dc8d --- /dev/null +++ b/src/crossexport.hpp @@ -0,0 +1,8 @@ +#ifndef CROSSEXPORT_HPP +#define CROSSEXPORT_HPP + +#include + +#include "crossbasetypes.hpp" + +#endif // CROSSEXPORT_HPP diff --git a/wxCrossGen/main.cpp b/wxCrossGen/main.cpp index 7951040..a076c10 100644 --- a/wxCrossGen/main.cpp +++ b/wxCrossGen/main.cpp @@ -10,6 +10,7 @@ #include "wxgui.hpp" #include "crossgen.hpp" +#include "crossexport.hpp" #define wxID_PATH 1079 #define wxID_GENERATE 1080 @@ -109,7 +110,7 @@ void MainFrame::SetGridImage(GridType &grid, size_t w) { } } - for (size_t i = 0; i < winfos.size(); ++i){ + for (size_t i = 0; i < winfos.size(); ++i) { dc.DrawText(wxString::Format(wxT("%d"),winfos.at(i).ind), sq_w*winfos.at(i).x, sq_h*winfos.at(i).y); } diff --git a/wxCrossGen/wxCrossGen.mk b/wxCrossGen/wxCrossGen.mk index 6ca35a6..a362025 100644 --- a/wxCrossGen/wxCrossGen.mk +++ b/wxCrossGen/wxCrossGen.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=Aleksey Lobanov -Date :=07/06/15 +Date :=11/06/15 CodeLitePath :="/home/alex/.codelite" LinkerName :=/usr/bin/g++-4.8 SharedObjectLinkerName :=/usr/bin/g++-4.8 -shared -fPIC diff --git a/wxCrossGen/wxCrossGen.project b/wxCrossGen/wxCrossGen.project index c2f8c24..41deef3 100644 --- a/wxCrossGen/wxCrossGen.project +++ b/wxCrossGen/wxCrossGen.project @@ -32,6 +32,7 @@ +