Skip to content

Instantly share code, notes, and snippets.

This is just the beginning sorry I am so quick sometimes.
I will always stop and discuss. Anytime.
/** make the brick wall **/
void createWall(int x){
infobrick[0] = createBrick( 10, 10, 30, 10, bO_DDGRAY, bO_RED);
}