diff --git a/wintable/new/main.c b/wintable/new/main.c index 1a33e41..cb7be28 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -25,6 +25,7 @@ // TODO // - should tablePanic be CALLBACK or some other equivalent macro? and definitely export initTable somehow, but which alias macro to use? +// - make panic messages grammatically correct ("Table error: adding...") #define tableWindowClass L"gouitable"