Files
skevity/source/game_source/color.h

9 lines
140 B
C
Raw Permalink Normal View History

2026-03-16 13:22:59 -07:00
#ifndef COLOR_H
#define COLOR_H
typedef struct {
unsigned char r;
unsigned char g;
unsigned char b;
} color;
#endif // !COLOR_H