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.
18 lines
507 B
18 lines
507 B
#pragma once |
|
|
|
namespace dvl { |
|
|
|
void selhero_List_Init(); |
|
void selhero_List_Focus(int value); |
|
void selhero_List_Select(int value); |
|
bool selhero_List_DeleteYesNo(); |
|
void selhero_List_Esc(); |
|
void selhero_ClassSelector_Focus(int value); |
|
void selhero_ClassSelector_Select(int value); |
|
void selhero_ClassSelector_Esc(); |
|
void selhero_UiFocusNavigationYesNo(); |
|
void selhero_Name_Select(int value); |
|
void selhero_Name_Esc(); |
|
void selhero_Load_Focus(int value); |
|
void selhero_Load_Select(int value); |
|
}
|
|
|