mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
9 lines
244 B
C
9 lines
244 B
C
#ifndef CODE_FBDEMO_CIRCLE_H
|
|
#define CODE_FBDEMO_CIRCLE_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgCircleTex "__OTR__code/fbdemo_circle/gCircleTex"
|
|
static const ALIGN_ASSET(2) char gCircleTex[] = dgCircleTex;
|
|
#endif // CODE_FBDEMO_CIRCLE_H
|