2023-09-01 12:47:51 -04:00
|
|
|
#ifndef CODE_Z_FBDEMO_CIRCLE_H
|
|
|
|
#define CODE_Z_FBDEMO_CIRCLE_H 1
|
2023-03-02 09:37:47 -05:00
|
|
|
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dsTransCircleNormalTex "__OTR__code/z_fbdemo_circle/sTransCircleNormalTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char sTransCircleNormalTex[] = dsTransCircleNormalTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dsTransCircleWaveTex "__OTR__code/z_fbdemo_circle/sTransCircleWaveTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char sTransCircleWaveTex[] = dsTransCircleWaveTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dsTransCircleRippleTex "__OTR__code/z_fbdemo_circle/sTransCircleRippleTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char sTransCircleRippleTex[] = dsTransCircleRippleTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dsTransCircleStarburstTex "__OTR__code/z_fbdemo_circle/sTransCircleStarburstTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char sTransCircleStarburstTex[] = dsTransCircleStarburstTex;
|
2023-02-14 08:29:46 -05:00
|
|
|
|
2023-09-10 13:21:56 -04:00
|
|
|
#define dsTransCircleVtx "__OTR__code/z_fbdemo_circle/sTransCircleVtx"
|
|
|
|
static const ALIGN_ASSET(2) char sTransCircleVtx[] = dsTransCircleVtx;
|
2023-09-01 12:47:51 -04:00
|
|
|
|
|
|
|
#endif // CODE_Z_FBDEMO_CIRCLE_H
|