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