2026-03-17 16:47:19 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
2026-04-03 14:12:42 +02:00
|
|
|
// Gfx
|
2026-03-17 16:47:19 +01:00
|
|
|
#include <pd_system/gfx_citro3d.hpp>
|
|
|
|
|
#include <pd_system/gfx_directx9.hpp>
|
|
|
|
|
#include <pd_system/gfx_opengl2.hpp>
|
|
|
|
|
#include <pd_system/gfx_opengl3.hpp>
|
2026-04-03 14:12:42 +02:00
|
|
|
|
|
|
|
|
// Hid
|
|
|
|
|
#include <pd_system/hid_glfw.hpp>
|