ppsspp/Common/UI/UI.cpp
2024-10-23 10:55:46 +02:00

12 lines
232 B
C++

// See header for documentation.
#include <cmath>
#include <cstring>
#include "Common/UI/UI.h"
#include "Common/UI/Context.h"
#include "Common/Render/DrawBuffer.h"
// TODO: UI should probably not own these.
DrawBuffer ui_draw2d;