mirror of
https://github.com/encounter/ac-decomp.git
synced 2026-03-30 10:57:04 -07: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
|