Simplify Asset Headers (#2474)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#pragma once
|
||||
#define dtestroom_room_4DL_0001F0 "__OTR__scenes/nonmq/testroom_scene/testroom_room_4DL_0001F0"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char testroom_room_4DL_0001F0[] = dtestroom_room_4DL_0001F0;
|
||||
#else
|
||||
static const char testroom_room_4DL_0001F0[] __attribute__((aligned (2))) = dtestroom_room_4DL_0001F0;
|
||||
#endif
|
||||
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
#define dtestroom_room_4DL_0001F0 "__OTR__scenes/nonmq/testroom_scene/testroom_room_4DL_0001F0"
|
||||
static const ALIGN_ASSET(2) char testroom_room_4DL_0001F0[] = dtestroom_room_4DL_0001F0;
|
||||
Reference in New Issue
Block a user