add pxl8.get_title() API to expose cart title to Lua

This commit is contained in:
asrael 2025-12-07 15:52:54 -06:00
parent db82efe269
commit 99d9c43ea3
No known key found for this signature in database
GPG key ID: 2786557804DFAE24
9 changed files with 75 additions and 22 deletions

View file

@ -160,7 +160,7 @@ pxl8_cart* pxl8_cart_create(void) {
return cart;
}
pxl8_cart* pxl8_cart_current(void) {
pxl8_cart* pxl8_get_cart(void) {
return pxl8_current_cart;
}