mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-27 17:38:08 +03:00
This introduces draw_plugin struct that can be attached to a sprite. The update() function of attached plugin is called every frame by sact_Update(). This corresponds to the DrawPlugin mechanism of System4/SACT2. This is currently used only from DrawDungeon. The 3D engine for Toushin Toshi 3 etc. will also use this.