https://github.com/EpicGames/raddebugger/blob/master/src%2Fpath%2Fpath.c
Things like OperatingSystem and Arena. There's no include at the top so how does the file know what they are?
9 messages · Page 1 of 1 (latest)
https://github.com/EpicGames/raddebugger/blob/master/src%2Fpath%2Fpath.c
Things like OperatingSystem and Arena. There's no include at the top so how does the file know what they are?
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
most likely the file is included in some other file
(yes you can also include source files, but that is not recommended to do)
Ok cool. I just cloned the repo and vscode can detect the references fine. I don't understand how it knows where stuff is if that file is the one included!
I'm assuming that epic keeps part of their code proprietary
so the extra code is added at build time
keeping the magic to themselves 
Sorry I mean vscode didn't complain about not knowing where the references where from. It build fine. from source for me
magic 