Add initial evas_engine C file.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83217
This commit is contained in:
Christopher Michael 2013-01-24 09:14:13 +00:00 committed by Christopher Michael
parent fd10050f53
commit a76b0245b9
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include "evas_common.h"
#include "evas_private.h"
#include "Evas_Engine_Wayland_Shm.h"
#include "evas_engine.h"
#include "evas_swapbuf.h"
#include "evas_outbuf.h"