You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
384 B
11 lines
384 B
void selhero_List_Init(); |
|
void selhero_List_Focus(int value); |
|
void selhero_List_Select(int value); |
|
void selhero_List_Esc(); |
|
void selhero_ClassSelector_Focus(int value); |
|
void selhero_ClassSelector_Select(int value); |
|
void selhero_ClassSelector_Esc(); |
|
void selhero_Name_Select(int value); |
|
void selhero_Name_Esc(); |
|
void selhero_Load_Focus(int value); |
|
void selhero_Load_Select(int value);
|
|
|