[ox/fs] Make format method static

This commit is contained in:
2018-12-29 22:29:03 -06:00
parent 713aa7380f
commit 55119253da
14 changed files with 172 additions and 218 deletions

View File

@@ -14,7 +14,7 @@ namespace ox {
using RandomSeed = uint64_t[2];
class Random {
class __attribute__((packed)) Random {
private:
RandomSeed m_seed;