Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <sfx.hpp>
- const float _sfx_i8inv = 1.0f/128; // = 1/2^7
- const float _sfx_i16inv = 1.0f/32768; // = 1/2^15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement