Files
ppsspp/Common/UI/UI.cpp

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;