summaryrefslogtreecommitdiff
path: root/src/lib/ector/software/Ector_Software.h
blob: 249e8a638a3e3162fd098b1819f4bb1c64bccdef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef ECTOR_SOFTWARE_H_
#define ECTOR_SOFTWARE_H_

#include <Ector.h>

#include "ector_api.h"

#ifdef EFL_BETA_API_SUPPORT

#include "software/ector_software_surface.eo.h"
#include "software/ector_software_buffer.eo.h"
#include "software/ector_software_buffer_base.eo.h"
#include "software/ector_renderer_software.eo.h"
#include "software/ector_renderer_software_shape.eo.h"
#include "software/ector_renderer_software_image.eo.h"
#include "software/ector_renderer_software_gradient_linear.eo.h"
#include "software/ector_renderer_software_gradient_radial.eo.h"

#endif

#endif