removed unused import that would cause a cycle

This commit is contained in:
Henny022p 2021-02-15 09:11:15 +01:00
parent 8774c8939d
commit c44695a6dd
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
#define SPRITE_H
#include "global.h"
#include "entity.h"
typedef struct {
u8 index;