Fwd declare FMOD_RESULT

Hi Fmod team :sun_with_face:
I was wondering if it has been considered to add a type to the declaration of the FMOD_RESULT enum so we can fwd declare it in Cpp 11/14/17?
Something like :
typedef enum FMOD_RESULT : int32_t or uint16_t or what you prefer.
Then we could fwd declare it with:
enum FMOD_RESULT : xxxx;

We are very conservative about features used in our public headers to ensure maximum compatibility. While we expect that a large percentage of our user base has at least C++11 compatibility we havenโ€™t committed to making any breaking changes in our public API just yet.