regenerate asset headers with include guards (#3132)

This commit is contained in:
Adam Bird
2023-09-01 12:47:51 -04:00
committed by GitHub
parent 45b7520dcb
commit dd37d4f9b8
1082 changed files with 6291 additions and 2456 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#ifndef OVERLAYS_OVL_BOSS_GANON2_H
#define OVERLAYS_OVL_BOSS_GANON2_H 1
#include "align_asset_macro.h"
@@ -114,4 +115,6 @@ static const ALIGN_ASSET(2) char ovl_Boss_Ganon2_Vtx_010198[] = dovl_Boss_Ganon2
static const ALIGN_ASSET(2) char ovl_Boss_Ganon2_Vtx_010298[] = dovl_Boss_Ganon2_Vtx_010298;
#define dovl_Boss_Ganon2_DL_0103A8 "__OTR__overlays/ovl_Boss_Ganon2/ovl_Boss_Ganon2_DL_0103A8"
static const ALIGN_ASSET(2) char ovl_Boss_Ganon2_DL_0103A8[] = dovl_Boss_Ganon2_DL_0103A8;
static const ALIGN_ASSET(2) char ovl_Boss_Ganon2_DL_0103A8[] = dovl_Boss_Ganon2_DL_0103A8;
#endif // OVERLAYS_OVL_BOSS_GANON2_H