Added some comments to examples

This commit is contained in:
raysan5 2015-09-01 22:59:16 +02:00
parent e93475d854
commit e5fe2c216e
11 changed files with 21 additions and 15 deletions

View file

@ -13,6 +13,7 @@
#define MAX_PARTICLES 200
// Particle structure with basic data
typedef struct {
Vector2 position;
Color color;