mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-08-12 09:18:20 -04:00
github publish
This commit is contained in:
commit
506e23bf32
542 changed files with 120675 additions and 0 deletions
21
MAPS/EDIT_MAP.H
Normal file
21
MAPS/EDIT_MAP.H
Normal file
|
@ -0,0 +1,21 @@
|
|||
void edit_sector(int source);
|
||||
void open_sector_win(void);
|
||||
void info_sector(int sector);
|
||||
void open_draw_win(void);
|
||||
long get_draw_flags(void);
|
||||
void edit_side(int source,int smer);
|
||||
void sector_details_call(int sect_num);
|
||||
void chozeni2(EVENT_MSG *msg,OBJREC *o);
|
||||
void jdi_na_sektor(int s);
|
||||
|
||||
|
||||
void string_list_sup();
|
||||
void str_line(OBJREC *o);
|
||||
char *strs(int num);
|
||||
long vals(int num);
|
||||
void test_int(void);
|
||||
void fill_bit_fields(int win,int id_start,int source,int count);
|
||||
long get_bit_fields(int win,int id_start,int count);
|
||||
void value_store(OBJREC *o);
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue