working on adding a entity workflow
This commit is contained in:
8
source/game_source/color.h
Normal file
8
source/game_source/color.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef COLOR_H
|
||||
#define COLOR_H
|
||||
typedef struct {
|
||||
unsigned char r;
|
||||
unsigned char g;
|
||||
unsigned char b;
|
||||
} color;
|
||||
#endif // !COLOR_H
|
||||
Reference in New Issue
Block a user