Files
skevity/source/game_source/color.h

9 lines
140 B
C

#ifndef COLOR_H
#define COLOR_H
typedef struct {
unsigned char r;
unsigned char g;
unsigned char b;
} color;
#endif // !COLOR_H