All,
where does the Diablo_Const4D.h values come from?
I am wanting to expand the library, such as gfx_ARC and such, I tried to add a simple gfx_HLine but I am needing to find the value to add to the Diablo_Const4D.h file.
such as:::::
#define F_gfx_GetPixel -139
#define F_gfx_Line -131
#define F_gfx_LinePattern -193
#define F_gfx_HLine ??????
Where can I find where these values came from.
Thanks,
Keith
where does the Diablo_Const4D.h values come from?
I am wanting to expand the library, such as gfx_ARC and such, I tried to add a simple gfx_HLine but I am needing to find the value to add to the Diablo_Const4D.h file.
such as:::::
#define F_gfx_GetPixel -139
#define F_gfx_Line -131
#define F_gfx_LinePattern -193
#define F_gfx_HLine ??????
Where can I find where these values came from.
Thanks,
Keith
Comment