Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-06 | Use typedefs when interacting with Win32 API. | John Ankarström | |
It's not like they're ever going to change the definition of WORD (knock on wood) -- but I guess it's proper to use them as if their definitions might change. | |||
2022-08-04 | Add comments. | John Ankarström | |
2022-07-31 | Limit use of Hungarian notation. | John Ankarström | |
I don't hate Hungarian notation. It has some very nice qualities. But it also adds a lot of typing. That said, not using it feels a bit... unsafe. I might go back on this decision. We'll see. | |||
2022-07-30 | Add debugging functions. | John Ankarström | |