mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 10:37:00 +00:00
Major project restructuring
Remove unecessary files and made the tree much more cleaner. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
13b2e741b9
commit
05c4f7025f
62 changed files with 2698 additions and 2453 deletions
|
|
@ -4,15 +4,15 @@
|
|||
#include <memory>
|
||||
#include <thread>
|
||||
|
||||
#include "Base/Config.h"
|
||||
#include "Base/Logging/Log.h"
|
||||
#include "Base/Logging/Backend.h"
|
||||
#include "gui/gui.h"
|
||||
#include "memory/arena.h"
|
||||
#include "common/Config.h"
|
||||
#include "common/Logging/Backend.h"
|
||||
#include "common/Logging/Log.h"
|
||||
#include "frontend/gui.h"
|
||||
#include "host/memory/arena.h"
|
||||
|
||||
#include <SDL3/SDL_opengl.h>
|
||||
#include "gui/color.h"
|
||||
#include "gui/panels.h"
|
||||
#include "frontend/color.h"
|
||||
#include "frontend/panels.h"
|
||||
#include "imgui_impl_opengl3.h"
|
||||
#include "imgui_impl_sdl3.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue