rogueviz::smoothcam:: export some functions

This commit is contained in:
Zeno Rogue 2023-05-15 02:41:39 +02:00
parent 494a65d16e
commit c95395f574
1 changed files with 11 additions and 0 deletions

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