1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-09 22:25:12 +00:00
QB64-PE/internal/source/data9.txt
Galleon ae49d76fe6 Version 0.977
_SNDRAW/etc C++ compilation problem fixed
_FULLSCREEN ... , _SMOOTH
_MEM.type new format
_MEM.image
$RESIZE:ON
resized=_RESIZE
x=_RESIZEWIDTH
y=_RESIZEHEIGHT
2013-03-11 23:52:14 +11:00

15 lines
406 B
Plaintext

int32 *_SUB_HELP_NEWLINE_LONG_COL=NULL;
if(_SUB_HELP_NEWLINE_LONG_COL==NULL){
_SUB_HELP_NEWLINE_LONG_COL=(int32*)mem_static_malloc(4);
*_SUB_HELP_NEWLINE_LONG_COL=0;
}
int32 *_SUB_HELP_NEWLINE_LONG_W=NULL;
if(_SUB_HELP_NEWLINE_LONG_W==NULL){
_SUB_HELP_NEWLINE_LONG_W=(int32*)mem_static_malloc(4);
*_SUB_HELP_NEWLINE_LONG_W=0;
}
int32 pass1882;
int32 pass1883;
int32 pass1884;
int32 pass1885;