Files
2026-06-22 12:38:04 +01:00

1.1 KiB

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist:

Please verify all of the following before submitting your PR. SindriKit enforces strict engineering standards.

  • My code follows the style guidelines of this project (verified via .clang-format).
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand or low-level ASM areas.
  • I have made corresponding changes to the documentation in docs/.
  • My changes generate no new warnings when compiled with /W4 /WX on MSVC.
  • I have successfully compiled and tested my changes on both x86 and x64 targets.
  • I have verified that compiling in SILENT mode (SND_ENABLE_DEBUG=OFF) introduces no new string artifacts.