I'm trying to import function from a DLL and make them global in my application. I can import them into one .cpp file, but then how do I let all the other files access the same functions? I can't make them external from within the .cpp. Do I have to import them into every single .cpp individually?