Added crossexport.hpp
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user