Mercurial > wgsdk
comparison src/include/resource.h @ 10:42ac054c0231
*: huge refactoring
dirtools now uses wchar (wayyy overdue)
the timer doesn't have a stupid design anymore
we don't use windows.h at all now
...
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 11 Feb 2024 19:43:31 -0500 |
parents | 712c7fd6702a |
children |
comparison
equal
deleted
inserted
replaced
9:07f0e2f43204 | 10:42ac054c0231 |
---|---|
1 #ifndef __resource_h | |
2 #define __resource_h | |
3 | |
1 #define DIALOG_CONFIG 101 | 4 #define DIALOG_CONFIG 101 |
2 #define TITLE_CHECK 1000 | 5 #define TITLE_CHECK 1000 |
3 #define ELAPSED_TIME_CHECK 1001 | 6 #define ELAPSED_TIME_CHECK 1001 |
7 | |
8 #endif // __resource_h |