Files
thepool/source/jui.h

7 lines
125 B
C++

#pragma once
namespace ui
{
const bool button(const char *label, const int x, const int y, const int w, const int h);
}