Merge pull request #117 from Henny022p/cyclic_fix

Removed unused import that would cause a cycle
This commit is contained in:
notyourav
2021-02-16 13:59:40 -08:00
committed by GitHub
-1
View File
@@ -2,7 +2,6 @@
#define SPRITE_H
#include "global.h"
#include "entity.h"
typedef struct {
u8 index;