testing things

This commit is contained in:
2025-06-13 14:05:31 -06:00
parent dd6a22ccc4
commit 84952c134c

View File

@ -1,7 +1,9 @@
#include <cart.h>
#include <common.h>
#include <string.h>
#ifdef __windows__
#include <windows.h>
#endif
static cart_context ctx;
@ -581,4 +583,4 @@ void cart_save_state(cart_state* state){
cart_context *cart_get_context(){
return &ctx;
}
}