ok, i have a struct
and i also have a multifile c++ project. now, how would i go about have functions in the other files accessing the struct i have declared globally in the first file, i tried sticking it in the header, but that didn't work. and idea