This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-10 21:22:06 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "tinyengine/tinyengine.hpp"
|
|
|
|
|
2022-02-15 22:50:31 +08:00
|
|
|
bool Button(Texture* texture, const Point& pos, const Size& size, bool hflip = false);
|