Skip to content

Commit

Permalink
Add global header
Browse files Browse the repository at this point in the history
  • Loading branch information
cbt6 committed Jul 17, 2023
1 parent d3f6843 commit 59b3d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/scrcmd_battle_arcade.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "global.h"
#include "assert.h"
#include "bag.h"
#include "field_player_avatar.h"
Expand Down
1 change: 1 addition & 0 deletions src/scrcmd_battle_castle.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "global.h"
#include "assert.h"
#include "bag.h"
#include "field_player_avatar.h"
Expand Down

0 comments on commit 59b3d33

Please sign in to comment.