regenerate asset headers with include guards (#3132)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef INDOORS_TAKARAYA_ROOM_4_H
|
||||
#define INDOORS_TAKARAYA_ROOM_4_H 1
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
@@ -12,4 +13,7 @@ static const ALIGN_ASSET(2) char takaraya_room_4Tex_002020[] = dtakaraya_room_4T
|
||||
static const ALIGN_ASSET(2) char takaraya_room_4Tex_002820[] = dtakaraya_room_4Tex_002820;
|
||||
|
||||
#define dtakaraya_room_4Tex_001820 "__OTR__scenes/nonmq/takaraya_scene/takaraya_room_4Tex_001820"
|
||||
static const ALIGN_ASSET(2) char takaraya_room_4Tex_001820[] = dtakaraya_room_4Tex_001820;
|
||||
static const ALIGN_ASSET(2) char takaraya_room_4Tex_001820[] = dtakaraya_room_4Tex_001820;
|
||||
|
||||
|
||||
#endif // INDOORS_TAKARAYA_ROOM_4_H
|
||||
|
||||
Reference in New Issue
Block a user