1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 13:07:16 +00:00

rogueviz::smoothcam:: export some functions

This commit is contained in:
Zeno Rogue 2023-05-15 02:41:39 +02:00
parent 494a65d16e
commit c95395f574

View File

@ -377,6 +377,17 @@ namespace objmodels {
}
#endif
namespace smoothcam {
void save_animation(hstream& f);
void load_animation(hstream& f);
void handle_animation(ld);
void enable();
extern bool animate_on;
extern ld last_time;
void enable_and_show();
void backup();
void append_backup();
}
}
#endif