Basically as the title says... Does the compiler build a list of all the functions before it checks for "function not found" or "function not implemented" errors?
I'm thinking it doesn't.. so how can I sidestep this? I thought "ok lets make header files", which I did, but not all my functions are public, how should i define them if they're not public?
Or is it possible to compile the plugin so it builds a list of the available functions before it actually compiles the files?