diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-28 08:57:57 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-28 08:57:57 +0100 |
| commit | d26866fb6cf7bd22c90000055cd27a65c31766dd (patch) | |
| tree | a5b7b3ec6d9fe2af703581e2e5c1f3d8b9f50757 /src/platform | |
| parent | e07f87cba89ef738781399b079840615f27e1667 (diff) | |
misc: cleanup comments and formatting in headers
- asset_manager_dcl.h: clarify purpose vs asset_manager.h
- camera_params.h: broaden description to include 3D rendering
- sdf_cpu.h: simplify calc_normal formatting
- platform.h: add missing newline at EOF
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/platform')
| -rw-r--r-- | src/platform/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/platform.h b/src/platform/platform.h index 7bcee9d..03aa2b3 100644 --- a/src/platform/platform.h +++ b/src/platform/platform.h @@ -100,4 +100,4 @@ WGPUSurface platform_create_wgpu_surface(WGPUInstance instance, PlatformState* state); // Global time query (if needed without state) -double platform_get_time();
\ No newline at end of file +double platform_get_time(); |
