Home
last modified time | relevance | path

Searched refs:scg_free_cgobj (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/NIGHTDLL/
H A Dsprite.c75 if (sp->cg1) scg_free_cgobj(sp->cg1); in sp_free()
76 if (sp->cg2) scg_free_cgobj(sp->cg2); in sp_free()
77 if (sp->cg3) scg_free_cgobj(sp->cg3); in sp_free()
106 scg_free_cgobj(sp->curcg);
H A Dsactcg.h42 extern int scg_free_cgobj(cginfo_t *cg);
H A Dsactcg.c413 scg_free_cgobj(cg); in scg_free()
426 int scg_free_cgobj(cginfo_t *cg) { in scg_free_cgobj() function
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsactcg.h42 extern int scg_free_cgobj(cginfo_t *cg);
H A Dsprite.c241 scg_free_cgobj(sp->curcg); in sp_set_wall_paper()
289 if (sp->cg1) scg_free_cgobj(sp->cg1); in sp_free()
290 if (sp->cg2) scg_free_cgobj(sp->cg2); in sp_free()
291 if (sp->cg3) scg_free_cgobj(sp->cg3); in sp_free()
H A Dsactcg.c412 scg_free_cgobj(cg); in scg_free()
425 int scg_free_cgobj(cginfo_t *cg) { in scg_free_cgobj() function