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
commit 4c4327f482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;