mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-20 22:33:43 -04:00
prepare launcher for UGC
This commit is contained in:
parent
86d0919905
commit
4ed39ec344
11 changed files with 342 additions and 121 deletions
|
@ -275,16 +275,4 @@ void listbox(OBJREC *o)
|
|||
//o->done=string_list_done;
|
||||
}
|
||||
|
||||
/*void main()
|
||||
{
|
||||
TSTR_LIST test;
|
||||
int i,j;
|
||||
|
||||
test=read_directory("c:\\windows\\system\\*.*",DIR_BREIF,_A_NORMAL);
|
||||
j=str_count(test);
|
||||
for(i=0;i<j;i++)
|
||||
if (test[i]!=NULL) printf("%s\n",test[i]);
|
||||
printf("%d souboru.\n",j);
|
||||
release_list(test);
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue