I declared a 2D array and a pointer to it in the header file and defined them in the .cpp file as follows. my header file:
extern byte GeneralBitmap[][Heigth]; e