[DEV] update to the new tree of ewol

This commit is contained in:
Edouard DUPIN 2012-11-22 21:46:35 +01:00
parent 197525dfc6
commit b166e92b44
3 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@
*******************************************************************************
*/
#include <etk/Types.h>
#include <etk/types.h>
#include <etk/tool.h>
#include <draw/Color.h>
#include <draw/Debug.h>

View File

@ -25,7 +25,7 @@
#ifndef __DRAW_DEBUG_H__
#define __DRAW_DEBUG_H__
#include <etk/Types.h>
#include <etk/types.h>
#include <etk/Debug.h>
extern const char * drawLibName;

View File

@ -25,8 +25,9 @@
#ifndef __DRAW_IMAGE_H__
#define __DRAW_IMAGE_H__
#include <etk/Types.h>
#include <etk/types.h>
#include <etk/Vector.h>
#include <etk/math/Vector2D.h>
#include <draw/Debug.h>
#include <draw/Color.h>
#include <agg/agg_pixfmt_rgba.h>