6 lines
119 B
C++
6 lines
119 B
C++
|
#pragma once
|
||
|
|
||
|
#include "tinyengine/tinyengine.hpp"
|
||
|
|
||
|
bool Button(Texture* texture, const Point& pos, const Size& size);
|