mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-15 19:05:34 +00:00
REVIEWED: Examples section comments, for better organization and consistency
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
|
||||
#define MAX_PARTICLES 1000
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Module Functions Declaration
|
||||
//------------------------------------------------------------------------------------
|
||||
// Particle type
|
||||
typedef struct Particle {
|
||||
float x;
|
||||
|
||||
Reference in New Issue
Block a user