mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:57:34 +00:00
LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it.
This is shaping up to be quite nice.
This commit is contained in:
parent
2f1f51b8ab
commit
b2542414d7
6 changed files with 366 additions and 289 deletions
|
@ -1,6 +1,7 @@
|
|||
OBJS = \
|
||||
CElapsedTimer.o \
|
||||
CObject.o \
|
||||
CEventLoop.o \
|
||||
CEvent.o
|
||||
|
||||
LIBRARY = libcore.a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue