Turned on warnings and fixed
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#ifndef GIZMO_H
|
||||
#define GIZMO_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct gizmo {
|
||||
uint8_t color[3];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user