mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
024c5e0b5f
* sync asset names with decomp * whitespace and tweak
13 lines
395 B
C
13 lines
395 B
C
#ifndef CODE_Z_FBDEMO_WIPE1_H
|
|
#define CODE_Z_FBDEMO_WIPE1_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dsTransWipeVtx "__OTR__code/z_fbdemo_wipe1/sTransWipeVtx"
|
|
static const ALIGN_ASSET(2) char sTransWipeVtx[] = dsTransWipeVtx;
|
|
|
|
#define dsTransWipeTex "__OTR__code/z_fbdemo_wipe1/sTransWipeTex"
|
|
static const ALIGN_ASSET(2) char sTransWipeTex[] = dsTransWipeTex;
|
|
|
|
#endif // CODE_Z_FBDEMO_WIPE1_H
|