Added some comments to examples
This commit is contained in:
parent
e93475d854
commit
e5fe2c216e
11 changed files with 21 additions and 15 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
#define MAX_PARTICLES 200
|
||||
|
||||
// Particle structure with basic data
|
||||
typedef struct {
|
||||
Vector2 position;
|
||||
Color color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue