asset headers (#154)

This commit is contained in:
inspectredc
2024-05-22 09:05:00 -05:00
committed by Garrett Cox
parent 904bf60b36
commit 4706f10633
956 changed files with 81813 additions and 0 deletions
@@ -0,0 +1,11 @@
#ifndef OBJECTS_OBJECT_BUBBLE_H
#define OBJECTS_OBJECT_BUBBLE_H 1
#include "align_asset_macro.h"
#define dgBubbleTex "__OTR__objects/object_bubble/gBubbleTex"
static const ALIGN_ASSET(2) char gBubbleTex[] = dgBubbleTex;
#define dgBubbleDL "__OTR__objects/object_bubble/gBubbleDL"
static const ALIGN_ASSET(2) char gBubbleDL[] = dgBubbleDL;
#endif // OBJECTS_OBJECT_BUBBLE_H