Kelsidavis-WoWee/src/core
Kelsi 823ec3332f Fix three Windows-specific compile errors
- logger.cpp: use localtime_s on Windows (reversed arg order vs localtime_r)
- process.hpp: drop constexpr on INVALID_PROCESS (INVALID_HANDLE_VALUE is a
  reinterpret_cast, not valid in constexpr context)
- world_packets.hpp: push/pop ERROR macro around CharCreateResult enum to avoid
  clash with wingdi.h #define ERROR 0
2026-02-18 17:52:28 -08:00
..
application.cpp Fix creature render desync and corpse/loot state edge cases 2026-02-18 04:02:08 -08:00
input.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
logger.cpp Fix three Windows-specific compile errors 2026-02-18 17:52:28 -08:00
memory_monitor.cpp Add macOS and Windows ARM64 builds; fix memory_monitor for macOS 2026-02-18 17:42:42 -08:00
window.cpp Add video settings UI and refresh loading assets 2026-02-05 16:11:00 -08:00