libs compiles

This commit is contained in:
Ondřej Novák 2025-01-25 21:15:16 +01:00
parent 1b0f7fe0c2
commit a7278bac40
121 changed files with 1528 additions and 1731 deletions

View file

@ -176,9 +176,9 @@ void strlist_event(EVENT_MSG *msg,OBJREC *o)
void strlist(OBJREC *o)
{
o->runs[0]=strlist_init;
o->runs[1]=strlist_draw;
o->runs[2]=strlist_event;
o->call_init=strlist_init;
o->call_draw=strlist_draw;
o->call_event=strlist_event;
o->datasize=4;
}