mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 06:32:33 +00:00
This leads to a bad pattern where anyone could create an RNG or a Console object. Instead, let's just use the common pattern of a static method to instantiate a new object and return it wrapped by a NonnullRefPtr. |
||
|---|---|---|
| .. | ||
| Console.cpp | ||
| Console.h | ||
| ConsolePort.cpp | ||
| ConsolePort.h | ||
| Device.cpp | ||
| Device.h | ||
| Queue.cpp | ||
| Queue.h | ||
| RNG.cpp | ||
| RNG.h | ||