mirror of
https://github.com/RGBCube/serenity
synced 2025-07-14 18:07:35 +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 |