I'm on day 11, as we just start adding handmade.h and handmade.cpp
Casey declares his function like so:
| internal void
RenderWeirdGradient(game_offscreen_buffer *Buffer,int XOffset,int YOffset){
|
I get the errors:
"This declaration has no storage class or type specifier"
and
"expected a ';'"
if I remove the word 'internal' everything builds and runs fine. Any insight into what is going on here?