1
Fork 0
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:
Andrew Kaster 2023-10-02 14:36:53 -06:00 committed by Andrew Kaster
parent f4a89c31c6
commit 0d417cd604
8 changed files with 393 additions and 0 deletions

View file

@ -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;