[turbine] Replace WrapPtr with ox::AnyPtr
All checks were successful
Build / build (push) Successful in 2m33s

This commit is contained in:
2024-03-23 16:53:04 -05:00
parent 3fa247e3d4
commit 1616ca7018
5 changed files with 13 additions and 70 deletions

View File

@ -17,7 +17,7 @@ class Context {
UpdateHandler updateHandler = [](Context&) -> int {return 0;};
keel::Context keelCtx;
KeyEventHandler keyEventHandler = nullptr;
WrapPtr applicationData;
ox::AnyPtr applicationData;
// GBA impl data /////////////////////////////////////////////////////////
bool running = true;