mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-27 01:09:17 -05: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