Mercurial > wgsdk
comparison src/include/config.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 | 59bf702b2b21 |
children |
comparison
equal
deleted
inserted
replaced
9:07f0e2f43204 | 10:42ac054c0231 |
---|---|
1 #ifndef __config_h | 1 #ifndef __config_h |
2 #define __config_h | 2 #define __config_h |
3 #ifndef WIN32_LEAN_AND_MEAN | 3 |
4 # define WIN32_LEAN_AND_MEAN | 4 #include <windef.h> |
5 #endif | 5 |
6 #include <windows.h> | |
7 struct config { | 6 struct config { |
8 int display_title; | 7 int display_title; |
9 int show_elapsed_time; | 8 int show_elapsed_time; |
10 }; | 9 }; |
11 | 10 |