mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-27 21:12:49 +00:00
rogueviz::presentation:: export draw_texture
This commit is contained in:
parent
6c15ff6d70
commit
ada99f6a35
@ -146,6 +146,7 @@ namespace rogueviz {
|
|||||||
using namespace hr::tour;
|
using namespace hr::tour;
|
||||||
inline hookset<void(string, vector<slide>&)> hooks_build_rvtour;
|
inline hookset<void(string, vector<slide>&)> hooks_build_rvtour;
|
||||||
slide *gen_rvtour();
|
slide *gen_rvtour();
|
||||||
|
void draw_texture(texture::texture_data& tex);
|
||||||
|
|
||||||
template<class T, class U> function<void(presmode)> roguevizslide(char c, const T& t, const U& f) {
|
template<class T, class U> function<void(presmode)> roguevizslide(char c, const T& t, const U& f) {
|
||||||
return [c,t,f] (presmode mode) {
|
return [c,t,f] (presmode mode) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user