mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
neutrino: add a prototype of a lua plugin interface
this is just for preliminary tests, not yet really usable
for anything useful
Origin commit data
------------------
Commit: f26357e887
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-17 (Sun, 17 Mar 2013)
This commit is contained in:
committed by
Michael Liebmann
parent
6698158cce
commit
b02792fe65
@@ -39,7 +39,8 @@ typedef enum plugin_type
|
||||
PLUGIN_TYPE_DISABLED = 0,
|
||||
PLUGIN_TYPE_GAME = 1,
|
||||
PLUGIN_TYPE_TOOL = 2,
|
||||
PLUGIN_TYPE_SCRIPT = 3
|
||||
PLUGIN_TYPE_SCRIPT = 3,
|
||||
PLUGIN_TYPE_LUA = 4
|
||||
}
|
||||
plugin_type_t;
|
||||
|
||||
|
Reference in New Issue
Block a user