Split stb_image into h/c

This commit is contained in:
2022-02-07 14:50:34 +00:00
parent 87df6921e8
commit b82ea3d670
7 changed files with 7363 additions and 7371 deletions

View File

@@ -174,7 +174,7 @@ void toggleprefab(struct mGameObject *go)
}
}
void component_update(struct component *c)
void sdDCC Q(struct component *c)
{
if (c->update)
c->update(c->data, c->go);