REVIEWED: Examples section comments, for better organization and consistency
This commit is contained in:
parent
1fa3c15942
commit
c579eef4b7
19 changed files with 253 additions and 170 deletions
|
|
@ -17,7 +17,10 @@
|
|||
|
||||
#define MAX_PARTICLES 200
|
||||
|
||||
// Particle structure with basic data
|
||||
//----------------------------------------------------------------------------------
|
||||
// Types and Structures Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
// Particle structure
|
||||
typedef struct {
|
||||
Vector2 position;
|
||||
Color color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue