Day 8 complete.

This commit is contained in:
2023-09-10 14:14:47 -04:00
parent d4f04c33b3
commit d87eb51698
3 changed files with 305 additions and 191 deletions

View File

@ -52,6 +52,11 @@ enum CS : UINT
CS_Vertical_Redraw = CS_VREDRAW,
};
enum CW : s32
{
CW_Use_Default = CW_USEDEFAULT,
};
enum DIB : UINT
{
DIB_ColorTable_RGB = 0,