mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-05 19:08:13 +00:00
REVIEWED: Examples section comments, for better organization and consistency
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
// Maximum amount of queued draw commands (squares draw from mouse down events)
|
||||
#define MAX_BUFFERED_TRANSFERTS 48
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Types and Structures Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
// Game Of Life Update Command
|
||||
typedef struct GolUpdateCmd {
|
||||
unsigned int x; // x coordinate of the gol command
|
||||
|
Reference in New Issue
Block a user