[19:54:53] <Malignant_Manor> How would I call 'Get_local_appdata()' from a file other than util.cc? I can't seem to extern it.
[19:57:46] <wjp> Malignant_Manor: you can't easily at the moment since it's in a class entirely defined in that file
[19:58:08] <Malignant_Manor> I tried to define it in util.h but failed.
[19:58:48] <wjp> why do you need it?
[19:59:52] <Malignant_Manor> If it returns "", then I would have directx set as default.
[20:00:15] <wjp> huh?
[20:00:39] --- Fing is now known as Fingolfin
[20:01:17] <wjp> is that some indirect version check?
[20:01:29] <Malignant_Manor> Yeah
[20:01:49] <Malignant_Manor> I'm having exult.cfg readable variables to load SDL_putenv(SDL_VIDEODRIVER=directx) or SDL_putenv(SDL_VIDEODRIVER=windib)
[20:02:05] <wjp> you should use a direct version check, I think
[22:45:11] <Malignant_Manor> Thanks, I've found some understandable code and just need to check and make sure it works in 9x.