Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / Gosu::enable_undocumented_retrofication
- - By Maverick Date 2010-09-29 19:11
Yeah so how do you enable it in C++? Sad. I know. :|
Parent - - By jlnr (dev) Date 2010-09-29 19:59
Call this somewhere, main() is a good place:


namespace Gosu {
    void enableUndocumentedRetrofication() { extern bool undocumentedRetrofication; undocumentedRetrofication = true; }
}
...
Gosu::enableUndocumentedRetrofication();
Parent - By Maverick Date 2010-10-01 15:55
Ahhh thanks.
Up Topic Gosu / Gosu Exchange / Gosu::enable_undocumented_retrofication

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill