Added crossexport.hpp

This commit is contained in:
2015-06-11 22:07:43 +03:00
parent b23d11ae46
commit 448c46649e
4 changed files with 12 additions and 2 deletions

8
src/crossexport.hpp Normal file
View File

@@ -0,0 +1,8 @@
#ifndef CROSSEXPORT_HPP
#define CROSSEXPORT_HPP
#include <wx/wx.h>
#include "crossbasetypes.hpp"
#endif // CROSSEXPORT_HPP

View File

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

View File

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

View File

@@ -32,6 +32,7 @@
<VirtualDirectory Name="Shared">
<File Name="../src/crossgen.hpp"/>
<File Name="../src/crossbasetypes.hpp"/>
<File Name="../src/crossexport.hpp"/>
</VirtualDirectory>
<Settings Type="Executable">
<GlobalSettings>