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/gui/interface/Point.h

9 lines
83 B
C++

#pragma once
#include "common/Vec2.h"
namespace ui
{
using Point = Vec2<int>;
}