Skip to content
Snippets Groups Projects

Pose modification operator

Merged Nicolas Pope requested to merge feature/poser into master
18 files
+ 281
45
Compare changes
  • Side-by-side
  • Inline
Files
18
+ 9
0
#include "frameset_mgr.hpp"
#include <ftl/uri.hpp>
static int frameset_counter = 0;
int ftl::gui::mapToFrameset(const std::string &uri) {
ftl::URI u(uri);
return frameset_counter++;
}
Loading