We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b1fdb commit f632715Copy full SHA for f632715
README.md
@@ -44,7 +44,7 @@ to discuss or extend these guidelines, use the issue tracker.
44
Ex: `SDL_INIT_VIDEO` does not change into `SDLInitVideo`.
45
46
2. Names of function parameters shall not be modified or "pascalified"
47
-Ex.: `type_` in `function SDL_GetEventState(type_: TSDL_EventType): UInt8` does not change into 'evType`.
+Ex.: `type_` in `function SDL_GetEventState(type_: TSDL_EventType): UInt8` does not change into `evType`.
48
49
3. Use `UInt8`, `UInt16`, `UInt32`, `SInt8`, `SInt16`, `SInt32` and so on as often as possible.
50
Do not use the Pascal equivalents.
0 commit comments