Tagged Questions
1
vote
4answers
445 views
Compile time error handling for single programmer games?
Hey.
My input system has a GetKey() method that returns a key in a map. Simple enough.
However, I want to know if the key is not available - be it a typo, or misuse of wording, or something else.
I am ...