mirror of
https://github.com/zeldaret/tmc
synced 2026-06-09 20:50:47 -04:00
clang-format
This commit is contained in:
+10
-10
@@ -4,16 +4,16 @@
|
||||
#include "global.h"
|
||||
|
||||
typedef struct {
|
||||
u8 doTextBox;
|
||||
u8 unk;
|
||||
u8 textSpeed;
|
||||
u8 unk3; //HI?
|
||||
u8 textWindowWidth;
|
||||
u8 textWindowHeight;
|
||||
u8 textWindowPosX;
|
||||
u8 textWindowPosY;
|
||||
u16 textIndex;
|
||||
u16 unk2; //HI?
|
||||
u8 doTextBox;
|
||||
u8 unk;
|
||||
u8 textSpeed;
|
||||
u8 unk3; // HI?
|
||||
u8 textWindowWidth;
|
||||
u8 textWindowHeight;
|
||||
u8 textWindowPosX;
|
||||
u8 textWindowPosY;
|
||||
u16 textIndex;
|
||||
u16 unk2; // HI?
|
||||
} TextBox;
|
||||
|
||||
extern TextBox gTextBox;
|
||||
|
||||
Reference in New Issue
Block a user