SDL  2.0
particle Struct Reference

Data Fields

GLfloat x
 
GLfloat y
 
GLubyte color [4]
 
GLfloat size
 
GLfloat xvel
 
GLfloat yvel
 
int isActive
 
enum particleType type
 

Detailed Description

Definition at line 35 of file fireworks.c.

Field Documentation

◆ color

GLubyte particle::color[4]

◆ isActive

int particle::isActive

◆ size

GLfloat particle::size

◆ type

enum particleType particle::type

◆ x

GLfloat particle::x

◆ xvel

GLfloat particle::xvel

◆ y

GLfloat particle::y

◆ yvel

GLfloat particle::yvel

The documentation for this struct was generated from the following file: