1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-03 00:20:21 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
61a5733692 Unittest: Add inventory callback tests 2024-03-16 20:14:05 +01:00
8b73743baa Reduce number of recursively included headers
This should improve compilation speed.

Things changed:
* Prefer forward-declarations in headers.
* Move header-includes out of headers if possible.
* Move some functions definitions out of headers.
* Put some member variables into unique_ptrs (see Client).
2023-04-27 18:50:33 +02:00
907dcdcf7b Add unittests for item movement code (#11885) 2022-09-27 16:22:11 -04:00