rogueviz::presentation:: export draw_texture

This commit is contained in:
Zeno Rogue 2021-04-23 20:53:58 +02:00
parent 6c15ff6d70
commit ada99f6a35
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ namespace rogueviz {
using namespace hr::tour;
inline hookset<void(string, vector<slide>&)> hooks_build_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) {
return [c,t,f] (presmode mode) {