mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-05 03:29:45 -04:00
14 lines
227 B
C
14 lines
227 B
C
#ifndef RES_SARU_H
|
|
#define RES_SARU_H
|
|
|
|
enum dRes_INDEX_SARU {
|
|
/* BCK */
|
|
dRes_INDEX_SARU_BCK_SARU_HELP_E_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_SARU {
|
|
/* BCK */
|
|
dRes_ID_SARU_BCK_SARU_HELP_E_e=0x3,
|
|
};
|
|
|
|
#endif /* !RES_SARU_H */ |