Guevara-chan / Raylib-Forever

:.raylib headers for Nim anytime.:
https://guevara-chan.github.io/Raylib-Forever/main.html
75 stars 4 forks source link

Incorrect Casing #23

Open LonelyMusicDisc opened 1 year ago

LonelyMusicDisc commented 1 year ago

Raylib-Forever uses PascalCase, unlike the original Raylib examples, which use camalCase (eg. WindowShouldClose() instead of windowShouldClose()). If this is intended then why don't the variables written in the examples here use PascalCase?