[DEV] change manager interface in application
This commit is contained in:
parent
7d7d66d121
commit
a425bdc17b
@ -28,9 +28,10 @@
|
|||||||
#include <appl/ctags/readtags.h>
|
#include <appl/ctags/readtags.h>
|
||||||
#include <appl/globalMsg.h>
|
#include <appl/globalMsg.h>
|
||||||
|
|
||||||
ewol::object::Shared<appl::BufferManager> bufferManager;
|
|
||||||
|
|
||||||
class MainApplication : public ewol::context::Application {
|
class MainApplication : public ewol::context::Application {
|
||||||
|
private:
|
||||||
|
ewol::object::Shared<appl::BufferManager> bufferManager;
|
||||||
public:
|
public:
|
||||||
bool init(ewol::Context& _context, size_t _initId) {
|
bool init(ewol::Context& _context, size_t _initId) {
|
||||||
APPL_INFO(" == > init APPL v" << APPL_VERSION << " (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")");
|
APPL_INFO(" == > init APPL v" << APPL_VERSION << " (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user