luaserver: reorganize

This commit is contained in:
martii
2014-10-13 22:11:25 +02:00
committed by svenhoefer
parent 5d25185684
commit b2b7cd8bb1
6 changed files with 309 additions and 194 deletions

View File

@@ -34,7 +34,6 @@
#define __neutrino__
#include <configfile.h>
#include <semaphore.h>
#include <neutrinoMessages.h>
#include "driver/framebuffer.h"
@@ -173,9 +172,6 @@ public:
CChannelList *RADIOchannelList;
CChannelList *channelList;
sem_t lua_may_run;
sem_t lua_did_run;
static CNeutrinoApp* getInstance();
void channelsInit(bool bOnly = false);