Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: move Arena and ArenaMem to memory_defs.h (#26240) | zeertzjq | 2023-11-27 |
| | |||
* | refactor: replace manual header guards with #pragma once | dundargoc | 2023-11-12 |
| | | | | | It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard. | ||
* | refactor(misc1): move out high-level input functions to a new file: input.c | Björn Linse | 2021-12-10 |
Possibly dialog code is messages.c could be moved here as well. misc1.c is now empty, so delete it. |