Well besides that, if it is prototyped, then I should be able to execute drawequipicons() without any errors right?
When I did this inside of clientgame.cpp, I got an error:
#include <renderhud.cpp>
It said in the Output that this line was skipped and then it gets an error on drawequipicons() since it was never defined.
EDIT: I CTRL+F in protos.h and typed 'drawequip' but it didn't find it in there. Does CTRL+F even work when you search for these things?
When I did this inside of clientgame.cpp, I got an error:
#include <renderhud.cpp>
It said in the Output that this line was skipped and then it gets an error on drawequipicons() since it was never defined.
EDIT: I CTRL+F in protos.h and typed 'drawequip' but it didn't find it in there. Does CTRL+F even work when you search for these things?