eflxx/edjexx/include/edjexx/Edjexx.h

17 lines
406 B
C

#ifndef EDJEXX_H
#define EDJEXX_H
/* This is the main include header for Edjexx. You should include it in your
* application. you could also use a combination of some headers and forward
* declarations to speed up compiling. But the default way is to simply
* #include "Edjexx.h".
*/
#include "EdjeBase.h"
#include "EdjeExceptions.h"
#include "EdjePart.h"
#include "EvasEdje.h"
#endif // EDJEXX_H