functions between cpp's
#1
I'm trying to use the drawequipicons() function that is in the renderhud.cpp in the dokill() function that is inside of the clientgame.cpp

I read that to use functions defined in another cpp, I need to prototype them in a header (.h) file and then #include it in my clientgame.cpp.

I'm not quite sure if drawequipicons() is prototyped in a header or not, how do I find that out?
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