Updated documentation after 2654c52d0e

This commit is contained in:
Sam Lantinga 2024-01-24 11:00:13 -08:00
parent 205c417f74
commit 95a67278d1
2 changed files with 12 additions and 7 deletions

View file

@ -49,6 +49,7 @@ class PlatformMacrosCheck:
"__DREAMCAST__",
"__NACL__",
"__PNACL__",
"__WINDOWS__",
}
def __init__(self):