Advertisement
Kitomas

sfx.cpp 2023-12-08

Dec 8th, 2023
778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #include <sfx.hpp>
  2.  
  3. const float _sfx_i8inv  = 1.0f/128;   // = 1/2^7
  4. const float _sfx_i16inv = 1.0f/32768; // = 1/2^15
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement