projects
/
platform
/
core
/
uifw
/
rive-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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
}