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:
parent
ef05d8cbf6
commit
ce7017e1ec
6 changed files with 230 additions and 9 deletions
|
@ -7,6 +7,8 @@ SHAREDGRAPHICS_OBJS = \
|
|||
../SharedGraphics/Color.o
|
||||
|
||||
LIBGUI_OBJS = \
|
||||
GIODevice.o \
|
||||
GFile.o \
|
||||
GButton.o \
|
||||
GCheckBox.o \
|
||||
GEventLoop.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue