regenerate asset headers with include guards (#3132)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef INDOORS_TAKARAYA_ROOM_5_H
|
||||
#define INDOORS_TAKARAYA_ROOM_5_H 1
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
@@ -12,4 +13,7 @@ static const ALIGN_ASSET(2) char takaraya_room_5Tex_001FF8[] = dtakaraya_room_5T
|
||||
static const ALIGN_ASSET(2) char takaraya_room_5Tex_0017F8[] = dtakaraya_room_5Tex_0017F8;
|
||||
|
||||
#define dtakaraya_room_5Tex_0027F8 "__OTR__scenes/nonmq/takaraya_scene/takaraya_room_5Tex_0027F8"
|
||||
static const ALIGN_ASSET(2) char takaraya_room_5Tex_0027F8[] = dtakaraya_room_5Tex_0027F8;
|
||||
static const ALIGN_ASSET(2) char takaraya_room_5Tex_0027F8[] = dtakaraya_room_5Tex_0027F8;
|
||||
|
||||
|
||||
#endif // INDOORS_TAKARAYA_ROOM_5_H
|
||||
|
||||
Reference in New Issue
Block a user