Why am I getting a linker error with my global variables?

I setup two global variables in my header file and I used the extern key word to declare them, but im still getting a linker error saying its an undefined reference?
image.png
image.png
Was this page helpful?