I came across an openSource use of "& (memory address)" in parameters and wanted to know how to use it in a function.
virtual void onWalk(Direction& dir);
I came across an openSource use of "& (memory address)" in parameters and wanted to know how to use it in a function.
virtual void onWalk(Direction& dir);