mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00
Make a SharedGraphics directory for classes shared between Kernel and LibGUI.
This commit is contained in:
parent
b75ee4aacb
commit
7e5b81fe48
31 changed files with 49 additions and 41 deletions
|
@ -5,8 +5,8 @@
|
|||
#include "Process.h"
|
||||
#include "MemoryManager.h"
|
||||
#include <Kernel/ProcFileSystem.h>
|
||||
#include <Widgets/Painter.h>
|
||||
#include <Widgets/CharacterBitmap.h>
|
||||
#include <SharedGraphics/Painter.h>
|
||||
#include <SharedGraphics/CharacterBitmap.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
|
||||
//#define DEBUG_COUNTERS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue