I've been working on a big project and I'm trying to call a function from inside a method definition in a class. The function is outside of the class file entirely but in another source file. The compiler says I'm making a call to an undeclared identifier. So how do you call functions from inside class methods? Thanks.