You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried compiling the project following your instructions using CMake; however I receive this compiler error.
Cppleste/Carts/../PICO8.h:13:10: error: field has incomplete type 'Celeste' cart _game;
I'm assuming it's because cart is a template of a class which Pico8.h has no awareness of..
The text was updated successfully, but these errors were encountered:
Hi, I tried compiling the project following your instructions using CMake; however I receive this compiler error.
Cppleste/Carts/../PICO8.h:13:10: error: field has incomplete type 'Celeste' cart _game;
I'm assuming it's because cart is a template of a class which Pico8.h has no awareness of..
The text was updated successfully, but these errors were encountered: