prosperon/source/engine/gizmo.h

11 lines
102 B
C

#ifndef GIZMO_H
#define GIZMO_H
#include <stdint.h>
struct gizmo {
uint8_t color[3];
};
#endif