functions between cpp's
#7
(01 Feb 13, 12:27AM)Lee Wrote: #include <renderhud.cpp>
?

(01 Feb 13, 12:27AM)Lee Wrote: 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?
It becuse it is not defined there.
add "extern void drawequipicons(playerent *p);" in protos.h
or you can put it before use the function in clientgame.cpp.
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