functions between cpp's
#3
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?
Thanks given by:


Messages In This Thread
functions between cpp's - by Lee - 31 Jan 13, 11:44PM
RE: functions between cpp's - by Jpablon - 01 Feb 13, 12:05AM
RE: functions between cpp's - by Lee - 01 Feb 13, 12:27AM
RE: functions between cpp's - by Jpablon - 01 Feb 13, 01:13AM
RE: functions between cpp's - by Bukz - 01 Feb 13, 12:32AM
RE: functions between cpp's - by Lee - 01 Feb 13, 12:43AM
RE: functions between cpp's - by Bukz - 01 Feb 13, 12:52AM