testing things
This commit is contained in:
@ -1,7 +1,9 @@
|
|||||||
#include <cart.h>
|
#include <cart.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#ifdef __windows__
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static cart_context ctx;
|
static cart_context ctx;
|
||||||
|
|
||||||
@ -581,4 +583,4 @@ void cart_save_state(cart_state* state){
|
|||||||
|
|
||||||
cart_context *cart_get_context(){
|
cart_context *cart_get_context(){
|
||||||
return &ctx;
|
return &ctx;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user