PDA

View Full Version : help plz


OopsitZiCe
15th August 2002, 11:29
ok, i get this error

local function definitions are illegal
in client.cpp, of OGC 9

on every func below func_speed, some one please help, i dont know why its doing this.

CHEETAH0E
16th August 2002, 08:21
i once had that when i was re-coding a glhack, try putting the function declarations in a header file, then in the main.cpp file(or whatever the main one is) declare it so taht u can use it every where else, but it's defined in the main. That should help :)