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.
space-war/include/game/gui.hpp

6 lines
139 B
C++

#pragma once
#include "tinyengine/tinyengine.hpp"
bool Button(Texture* texture, const Point& pos, const Size& size, bool hflip = false);