[DEV] missing interface
This commit is contained in:
parent
0cab58d32f
commit
9a844b0315
@ -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();
|
||||||
};
|
};
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user