mirror of
https://github.com/zeldaret/tmc
synced 2026-05-26 23:47:47 -04:00
clang-format
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
#define ENTITYDATA_H
|
||||
#include "global.h"
|
||||
typedef struct {
|
||||
u8 entityType;
|
||||
u8 field_0x1;
|
||||
u8 entitySubtype;
|
||||
u8 entityParameter1;
|
||||
u32 entityParameter2;
|
||||
u16 xPos;
|
||||
u16 yPos;
|
||||
u32 spritePtr;
|
||||
u8 entityType;
|
||||
u8 field_0x1;
|
||||
u8 entitySubtype;
|
||||
u8 entityParameter1;
|
||||
u32 entityParameter2;
|
||||
u16 xPos;
|
||||
u16 yPos;
|
||||
u32 spritePtr;
|
||||
} EntityData;
|
||||
#endif
|
||||
Reference in New Issue
Block a user