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

9 lines
114 B
C++

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