mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
core: frontend: Refactor GraphicsContext to its own module.
This commit is contained in:
parent
f644380506
commit
56600190e4
13 changed files with 84 additions and 50 deletions
|
@ -46,6 +46,7 @@
|
|||
#include "core/core.h"
|
||||
#include "core/cpu_manager.h"
|
||||
#include "core/frontend/framebuffer_layout.h"
|
||||
#include "core/frontend/graphics_context.h"
|
||||
#include "input_common/drivers/camera.h"
|
||||
#include "input_common/drivers/keyboard.h"
|
||||
#include "input_common/drivers/mouse.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue