Compare commits

...

1 Commits

Author SHA1 Message Date
Nik
9af8d7e693 includes/std: Added back #pragma once to mem library 2024-02-27 20:28:02 +01:00

View File

@@ -1,3 +1,5 @@
#pragma once
/*!
Library for doing raw memory accesses and other low-level operations.
*/