24.09.2015, 19:36
I get errors when trying to use a function in an include, whereas the function is defined in the gamemode.
I lost my compiler configuration (and reinstalled my OS) and now the code doesn't compile anymore.
Does anyone know how to fix this? I'm pretty sure the code worked before.
P.S. the functions are defined AFTER the includes, and I'm planning to keep it that way.
Code:
include.inc(1276) : error 017: undefined symbol "ReturnName"
Does anyone know how to fix this? I'm pretty sure the code worked before.
P.S. the functions are defined AFTER the includes, and I'm planning to keep it that way.