mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-10-26 12:27:01 +00:00 
			
		
		
		
	Update CONVENTIONS.md
This commit is contained in:
		| @@ -8,7 +8,7 @@ Defines | ALL_CAPS | `#define PLATFORM_DESKTOP` | ||||
| Macros | ALL_CAPS | `#define MIN(a,b) (((a)<(b))?(a):(b))` | ||||
| Variables | lowerCase | `int screenWidth = 0;`, `float targetFrameTime = 0.016f;` | ||||
| Local variables | lowerCase | `Vector2 playerPosition = { 0 };` | ||||
| Global variables | lowerCase | `bool fullscreen = false;` | ||||
| Global variables | lowerCase | `bool windowReady = false;` | ||||
| Constants | lowerCase | `const int maxValue = 8;` | ||||
| Pointers | MyType *pointer | `Texture2D *array = NULL;` | ||||
| float values | always x.xf | `float gravity = 10.0f` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ray
					Ray