mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
18 lines
222 B
C
18 lines
222 B
C
#ifndef M_HANDBILL_DATA_H
|
|
#define M_HANDBILL_DATA_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define mHandbill_HRA_REWARD0 0x221
|
|
#define mHandbill_HRA_REWARD1 0x222
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|