mirror of https://github.com/zeldaret/tmc.git
removed unused import that would cause a cycle
This commit is contained in:
parent
8774c8939d
commit
c44695a6dd
|
@ -2,7 +2,6 @@
|
||||||
#define SPRITE_H
|
#define SPRITE_H
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "entity.h"
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 index;
|
u8 index;
|
||||||
|
|
Loading…
Reference in New Issue