about summary refs log tree commit diff stats
path: root/App/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'App/Main.cpp')
-rw-r--r--App/Main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/App/Main.cpp b/App/Main.cpp index ab3e88a..6ebef7e 100644 --- a/App/Main.cpp +++ b/App/Main.cpp
@@ -19,8 +19,8 @@
19#define IDT_RANDOMIZED 0x409 19#define IDT_RANDOMIZED 0x409
20 20
21HWND hwndSeed, hwndRandomize; 21HWND hwndSeed, hwndRandomize;
22int panel = 0x18AF; 22// int panel = 0x18AF;
23// int panel = 0x33D4; 23int panel = 0x33D4;
24std::shared_ptr<Panel> _panel; 24std::shared_ptr<Panel> _panel;
25std::shared_ptr<Randomizer> randomizer = std::make_shared<Randomizer>(); 25std::shared_ptr<Randomizer> randomizer = std::make_shared<Randomizer>();
26 26
@@ -94,7 +94,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
94 _panel->Write(panel); 94 _panel->Write(panel);
95 break; 95 break;
96 case IDC_DUMP: 96 case IDC_DUMP:
97 // _panel->Serialize(); 97 _panel->Serialize();
98 break; 98 break;
99 } 99 }
100 } 100 }