summaryrefslogtreecommitdiff
path: root/src/SSystem/SComponent/c_angle.cpp
AgeCommit message (Collapse)Author
2026-04-01Move extern forward decls from cpps to headersLagoLunatic
2025-05-07Add camera mWork union; also fix clang union handlingLagoLunatic
Union members with non-trivial ctors/dtors is undefined behavior and clangd normally throws a fit and refuses to parse the whole union, but it seems to be possible to ifdef the problematic ctors out for non-mwerks compilers and explicitly tell modern compilers to use the defaults instead. Thanks to encounter for this fix.
2024-08-08Use std:: namespace for tanf, tolower, strlen, strrchrLagoLunatic
2023-09-22c_lib, c_xyz, c_angle, c_bg_s_gnd_chk fixJasper St. Pierre
2023-09-10Import projectLuke Street
Original repository: https://github.com/encounter/ww