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

@@ -9,7 +9,7 @@
#include"vpath.h"
#include"vpoint.h"
#include"vpathmesure.h"
#include"lottieplayer.h"
#include"lotcommon.h"
#include"vpainter.h"
#include"vdrawable.h"

View File

@@ -1,4 +1,4 @@
#include <lottieplayer.h>
#include <lotplayer.h>
#include "lottieitem.h"
#include "lottieloader.h"