Commit graph

4 commits

Author SHA1 Message Date
Andrei Alexeyev
be7905d6a3
src: run upkeep 2024-05-17 04:58:47 +02:00
Andrei Alexeyev
8d2ee76710
replace include guards with #pragma once 2021-08-31 23:34:46 +03:00
Andrei Alexeyev
bd5da0e440
compat: redefine CMPLX/CMPLXF on apple and emscripten
Those macros are defined without the __extension__ qualifier, which
causes -Wcomplex-component-init spam. We still don't want to
accidentally use the extension in an initializer, so just redefine the
macros properly.
2020-12-23 23:56:41 +02:00
Andrei Alexeyev
3d1c0eee4e
WIP proj draw rule revamp; YoumuB revamp; misc changes; giant mess
cursed commit
2020-03-04 22:26:45 +02:00