DIR Return Create A Forum - Home
---------------------------------------------------------
Hack Community
HTML https://roshacks.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Codes
*****************************************************
#Post#: 72--------------------------------------------------
[C++] DrawP
DIR By: pipo1337
Date: April 2, 2018, 4:50 am
---------------------------------------------------------
--- Code ---
void DrawP(LPDIRECT3DDEVICE9 Device, int baseX, int baseY, int
baseW, int baseH, D3DCOLOR Cor)
{
D3DRECT BarRect = { baseX, baseY, baseX + baseW, baseY +
baseH };
Device->Clear(1, &BarRect, D3DCLEAR_TARGET |
D3DCLEAR_ZBUFFER, Cor, 0, 0);
}
--- End Code ---
*****************************************************
Page 1 of 1