[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/globalMsg.h>
|
||||
|
||||
ewol::object::Shared<appl::BufferManager> bufferManager;
|
||||
|
||||
class MainApplication : public ewol::context::Application {
|
||||
private:
|
||||
ewol::object::Shared<appl::BufferManager> bufferManager;
|
||||
public:
|
||||
bool init(ewol::Context& _context, size_t _initId) {
|
||||
APPL_INFO(" == > init APPL v" << APPL_VERSION << " (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")");
|
||||
|
Loading…
x
Reference in New Issue
Block a user