Añadido fp.screen

This commit is contained in:
Albert Fabregat 2002-10-29 21:42:54 +00:00
parent 985e38755e
commit 8d2b551aca
2 changed files with 2 additions and 0 deletions

View file

@ -272,6 +272,7 @@ struct _fun_params{
TYPEOF_GetVarOffset *GetVarOffset ;
TYPEOF_Stub_Quit *Stub_Quit ;
int imem_max;
SDL_Surface *screen;
} ;

View file

@ -241,6 +241,7 @@ struct _fun_params{
TYPEOF_GetVarOffset *GetVarOffset ;
TYPEOF_Stub_Quit *Stub_Quit ;
int imem_max;
SDL_Surface *screen;
} fp ;