Commit Graph

5 Commits

Author SHA1 Message Date
LagoLunatic 765f88e4f3 Move extern forward decls from cpps to headers 2026-04-01 19:38:51 -04:00
LagoLunatic f690b92d28 Add camera mWork union; also fix clang union handling
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.
2025-05-07 01:19:23 -04:00
LagoLunatic f3670781af Use std:: namespace for tanf, tolower, strlen, strrchr 2024-08-08 17:18:13 -04:00
Jasper St. Pierre f2da02f2b9 c_lib, c_xyz, c_angle, c_bg_s_gnd_chk fix 2023-09-22 20:02:46 -07:00
Luke Street adb95b135c Import project
Original repository: https://github.com/encounter/ww
2023-09-10 00:48:55 -04:00