We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
region
La DIV32RUN exporta el array de regiones con el nombre region, pero div.h no lo importa.
div.h
Falta añadir esto a div.h:
typedef struct _t_region { // Zonas de clipping, referidas a pantalla int x0, x1; int y0, y1; } t_region; EXTERN t_region* region;
Y añadir una línea a la macro GLOBAL_IMPORT():
GLOBAL_IMPORT()
region = (t_region*)DIV_import("region");
The text was updated successfully, but these errors were encountered:
73032bc
Revert fix #48 for 2.01-1
cb7e65f
7de084c
No branches or pull requests
La DIV32RUN exporta el array de regiones con el nombre
region
, perodiv.h
no lo importa.Falta añadir esto a
div.h
:Y añadir una línea a la macro
GLOBAL_IMPORT()
:The text was updated successfully, but these errors were encountered: