Implements the skeletone codes for rive-cpp submodule build
[platform/core/uifw/rive-tizen.git] / example / rive_viewer.cpp
1 #include <rive_tizen.hpp>
2
3 int main(int argc, char **argv)
4 {
5     rive_tizen_print();
6     return 0;
7 }