diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-23 14:14:32 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-23 14:14:32 -0800 |
commit | 6059a1d1b99186a28bcd3c60822bc8310724bfd4 (patch) | |
tree | cc72b54bf3ce831e08b4d4f047a4b7bc7060cdd4 /App/Main.cpp | |
parent | 059e44fa16b649938d79597bcf8f41bf4aa136ab (diff) | |
download | witness-tutorializer-6059a1d1b99186a28bcd3c60822bc8310724bfd4.tar.gz witness-tutorializer-6059a1d1b99186a28bcd3c60822bc8310724bfd4.tar.bz2 witness-tutorializer-6059a1d1b99186a28bcd3c60822bc8310724bfd4.zip |
Bump version
Diffstat (limited to 'App/Main.cpp')
-rw-r--r-- | App/Main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/App/Main.cpp b/App/Main.cpp index 8df3e6e..edf0898 100644 --- a/App/Main.cpp +++ b/App/Main.cpp | |||
@@ -267,12 +267,13 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance | |||
267 | // g_rngDebug = CreateWindow(L"STATIC", L"", | 267 | // g_rngDebug = CreateWindow(L"STATIC", L"", |
268 | // WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT, | 268 | // WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT, |
269 | // 200, 80, 200, 200, g_hwnd, NULL, g_hInstance, NULL); | 269 | // 200, 80, 200, 200, g_hwnd, NULL, g_hInstance, NULL); |
270 | 270 | #ifndef NDEBUG | |
271 | g_panelId = CreateText(200, 100, 100, L"59"); | 271 | g_panelId = CreateText(200, 100, 100, L"59"); |
272 | CreateButton(200, 130, 100, L"Read", TMP1); | 272 | CreateButton(200, 130, 100, L"Read", TMP1); |
273 | CreateButton(200, 160, 100, L"Write", TMP2); | 273 | CreateButton(200, 160, 100, L"Write", TMP2); |
274 | CreateButton(200, 190, 100, L"Solve", TMP3); | 274 | CreateButton(200, 190, 100, L"Solve", TMP3); |
275 | CreateButton(200, 220, 100, L"Randomize2", TMP4); | 275 | CreateButton(200, 220, 100, L"Randomize2", TMP4); |
276 | #endif | ||
276 | 277 | ||
277 | g_witnessProc->StartHeartbeat(g_hwnd); | 278 | g_witnessProc->StartHeartbeat(g_hwnd); |
278 | 279 | ||