mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 15:43:19 -04:00
18 lines
362 B
C
18 lines
362 B
C
#ifndef RES_URI_P1_H
|
|
#define RES_URI_P1_H
|
|
|
|
enum dRes_INDEX_URI_P1 {
|
|
/* BCK */
|
|
dRes_INDEX_URI_P1_BCK_URI_F_TALK_B_e=0x4,
|
|
/* BTP */
|
|
dRes_INDEX_URI_P1_BTP_URI_F_TALK_B_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_URI_P1 {
|
|
/* BCK */
|
|
dRes_ID_URI_P1_BCK_URI_F_TALK_B_e=0x4,
|
|
/* BTP */
|
|
dRes_ID_URI_P1_BTP_URI_F_TALK_B_e=0x7,
|
|
};
|
|
|
|
#endif /* !RES_URI_P1_H */ |