eflxx/evasxx/include/evasxx/Evasxx.h

21 lines
371 B
C

#ifndef EVASXX_H
#define EVASXX_H
#include "Canvas.h"
#include "Event.h"
#include "Exceptions.h"
#include "Gradient.h"
#include "Image.h"
#include "Line.h"
#include "Object.h"
#include "Polygon.h"
#include "Rectangle.h"
#include "Smart.h"
#include "Textblock.h"
#include "TextblockStyle.h"
#include "Text.h"
#include "Transform.h"
#include "Utils.h"
#endif // EVASXX_H