Clean up unnecessary files.
This commit is contained in:
parent
a0f016a011
commit
91de53dee3
|
@ -1,4 +0,0 @@
|
||||||
#ifndef BILLBOARD_H
|
|
||||||
#define BILLBOARD_H
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -1 +0,0 @@
|
||||||
#pragma once
|
|
|
@ -1 +0,0 @@
|
||||||
#include "gizmo.h"
|
|
|
@ -1,10 +0,0 @@
|
||||||
#ifndef GIZMO_H
|
|
||||||
#define GIZMO_H
|
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
struct gizmo {
|
|
||||||
uint8_t color[3];
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in a new issue