1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:07:35 +00:00

LibGUI: Add GFile and base class GIODevice.

Working with the LibC API's is tedious, so let's add some comfy C++ API's.
This commit is contained in:
Andreas Kling 2019-03-17 15:54:43 +01:00
parent ef05d8cbf6
commit ce7017e1ec
6 changed files with 230 additions and 9 deletions

View file

@ -7,6 +7,8 @@ SHAREDGRAPHICS_OBJS = \
../SharedGraphics/Color.o
LIBGUI_OBJS = \
GIODevice.o \
GFile.o \
GButton.o \
GCheckBox.o \
GEventLoop.o \