mirror of
https://notabug.org/litucks/torzu.git
synced 2026-05-11 18:10:33 +00:00
Neither of these functions alter the ownership of the provided pointer, so we can simply make the parameters a reference rather than a direct shared pointer alias. This way we also disallow passing incorrect memory values like nullptr. |
||
|---|---|---|
| .. | ||
| filesystem.cpp | ||
| filesystem.h | ||
| fsp_ldr.cpp | ||
| fsp_ldr.h | ||
| fsp_pr.cpp | ||
| fsp_pr.h | ||
| fsp_srv.cpp | ||
| fsp_srv.h | ||