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:
parent
494a65d16e
commit
c95395f574
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user