efl/legacy/eina/src/include/Eina.h

36 lines
623 B
C
Raw Normal View History

#ifndef EINA_H_
#define EINA_H_
/**
* @mainpage Eina
* @file Eina.h
* @brief Contains list, hash, debugging and tree functions.
* TODO add debug functions, magic functions, etc
*/
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
#include "eina_types.h"
#include "eina_f16p16.h"
#include "eina_rectangle.h"
#include "eina_inlist.h"
#include "eina_file.h"
#include "eina_list.h"
#include "eina_hash.h"
#include "eina_lalloc.h"
#include "eina_module.h"
#include "eina_mempool.h"
#include "eina_error.h"
#include "eina_array.h"
#include "eina_stringshare.h"
#ifdef __cplusplus
}
#endif
#endif /* EINA_H */