this is just a little project I'm working on for my converter
I'll be asking for C++ to Py conversion since IDK C++ well enough to do it myself...
but the project involves converting the current functions as well as writing opposite functions...
(since the SDK only worries about writing the files, and not reading them)
to start off, I just need to know what to do to convert this small code to py:
#ifndef BUG_XF_STALL
#define BUG_XF_STALL
#endif // BUG_XF_STALL
feel free to ask if you have any Q's :)