mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
CLuaInstance: Move luainstance into a separate directory (src/gui/lua)
- Move video functions from luainstance.cpp to lua_video.cpp - For the future, provided the individual classes (eg menu, CComponents etc.) to move in separate files.
This commit is contained in:
@@ -69,7 +69,7 @@ extern cVideo * videoDecoder;
|
||||
#include "plugins.h"
|
||||
|
||||
#include <daemonc/remotecontrol.h>
|
||||
#include <gui/luainstance.h>
|
||||
#include <gui/lua/luainstance.h>
|
||||
|
||||
extern CPlugins * g_PluginList; /* neutrino.cpp */
|
||||
extern CRemoteControl * g_RemoteControl; /* neutrino.cpp */
|
||||
|
Reference in New Issue
Block a user