example, renderer: implements viewport, save and restore transform matrix function.
[platform/core/uifw/rive-tizen.git] / src / rive_tizen.cpp
1 #include "rive_tizen.hpp"
2 #include "math/aabb.hpp"
3
4 void rive_tizen_print()
5 {
6    // This line to check calling Rive APIs
7    rive::AABB aabb(0, 0, 100, 100);
8    // This line to check rive_tizen API calls
9    std::cout << "hello rive-tizen" << std::endl;
10 }