dxx-rebirth/similar
Kp 6ab3fb262b Add convenience function underlying_value
Add a helper to deduce the enum type of a value, and use an appropriate
std::underlying_type<T> expression for that enum type.  This avoids the
need to repeat the type of the enum at the site of each cast, and moves
the casts into the helper to make the callers easier to read.
2021-09-04 12:17:14 +00:00
..
2d Move use of SQUARE into a helper 2021-08-26 03:13:45 +00:00
3d Move glow special-case above g3_check_normal_facing 2021-08-26 03:13:45 +00:00
arch Avoid double-scaling sounds at start time 2021-06-28 03:37:51 +00:00
editor Add convenience function underlying_value 2021-09-04 12:17:14 +00:00
main Add convenience function underlying_value 2021-09-04 12:17:14 +00:00
misc Improve error reporting for PHYSFSX_openWriteBuffered 2021-07-25 23:00:56 +00:00