Hello All,
On Day 017 @ 1:34:00 we switch from:
game_controller_input ZeroController = {};
*NewKeyboardController = ZeroController;
to
*NewKeyboardController = {};
I tried it out and it gives me the following error:
win32_handmade.cpp
w:\handmade\code\win32_handmade.cpp(710) : error C2059: syntax error : '{'
w:\handmade\code\win32_handmade.cpp(710) : error C2143: syntax error : missing ';' before '{'
Could I have set up my compiler incorrectly? I am calling vcvarsall.bat and am using Windows 8.1 and Sublime Text.
Thank you for your help!