[DEV] missing interface

This commit is contained in:
Edouard DUPIN 2015-08-23 21:41:37 +02:00
parent 0cab58d32f
commit 9a844b0315
3 changed files with 2 additions and 4 deletions

View File

@ -91,11 +91,9 @@ namespace ewol {
*/ */
void print(const ivec2& _size); void print(const ivec2& _size);
/*
egami::Image& get() { egami::Image& get() {
return m_resource->get(); return m_resource->get();
}; };
*/
void flush() { void flush() {
m_resource->flush(); m_resource->flush();
}; };

View File

@ -9,7 +9,7 @@
#include <etk/types.h> #include <etk/types.h>
#include <ewol/ewol.h> #include <ewol/ewol.h>
#include <ewol/context/commandLine.h> #include <gale/context/commandLine.h>
#include <appl/debug.h> #include <appl/debug.h>
#include <appl/Windows.h> #include <appl/Windows.h>

View File

@ -9,7 +9,7 @@
#include <etk/types.h> #include <etk/types.h>
#include <ewol/ewol.h> #include <ewol/ewol.h>
#include <ewol/context/commandLine.h> #include <gale/context/commandLine.h>
#include <appl/debug.h> #include <appl/debug.h>
#include <appl/Windows.h> #include <appl/Windows.h>