refactor infrastructure.

Split common delcaration from lottieplayer.h
This common delcaration will be used in c interface header files.

Change-Id: Icb3e3f182b2f27fc2d7c9bed36ac29c45c813b66
This commit is contained in:
Hermet Park
2018-08-17 18:41:34 +09:00
committed by Subhransu Mohanty
parent 083ec1abb8
commit d49fb641e0
7 changed files with 53 additions and 48 deletions

View File

@@ -1,5 +1,4 @@
#include"lottieview.h"
#include"lottieplayer.h"
using namespace lotplayer;

View File

@@ -14,7 +14,7 @@
#include <Evas.h>
#include <Ecore.h>
#include <Ecore_Evas.h>
#include"lottieplayer.h"
#include"lotplayer.h"
#include<future>
class LottieView
{