mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-02 15:03:00 +00:00
rogueviz::smoothcam:: export some functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user