mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:47:36 +00:00
LibCore: Add Resource for platform agnostic application resource loading
The first implementation is simply raw files.
This commit is contained in:
parent
f4a89c31c6
commit
0d417cd604
8 changed files with 393 additions and 0 deletions
|
@ -32,6 +32,8 @@ class NetworkJob;
|
|||
class NetworkResponse;
|
||||
class Notifier;
|
||||
class ProcessStatisticsReader;
|
||||
class Resource;
|
||||
class ResourceImplementation;
|
||||
class Socket;
|
||||
template<typename Result, typename TError = AK::Error>
|
||||
class Promise;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue