Initial MSVC 2008 projects workspace
This commit is contained in:
9
l2ooghelper/ChooseCharDlg.h
Normal file
9
l2ooghelper/ChooseCharDlg.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef H_CHOOSECHAR_DLG
|
||||
#define H_CHOOSECHAR_DLG
|
||||
|
||||
// returns: index of selected char in array 'chars': [0 .. (nCount-1)]
|
||||
//
|
||||
// -1 on cancel
|
||||
int ChooseChar( HWND hWndParent, L2Game_CharSelectionInfoBlock *chars, int nCount );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user