summaryrefslogtreecommitdiff
path: root/src/debug/DebugInfo.h
blob: 49e46a48566566003bdaf870c1e5e1d29d05d972 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "gui/interface/Point.h"

class DebugInfo
{
public:
	virtual void Draw(ui::Point position) {}
};