This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/debug/DebugInfo.h
2013-05-11 15:08:32 +04:00

10 lines
119 B
C++

#pragma once
#include "gui/interface/Point.h"
class DebugInfo
{
public:
virtual void Draw(ui::Point position) {}
};