mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
add virtual plugin type 'not game'
the only maybe useful distinction between plugin types is game / others, so add a 'virtual' plugin type which represents everything but games
This commit is contained in:
@@ -52,7 +52,8 @@ class CPlugins
|
||||
P_TYPE_GAME = 0x2,
|
||||
P_TYPE_TOOL = 0x4,
|
||||
P_TYPE_SCRIPT = 0x8,
|
||||
P_TYPE_LUA = 0x10
|
||||
P_TYPE_LUA = 0x10,
|
||||
P_TYPE_NO_GAME = P_TYPE_TOOL|P_TYPE_SCRIPT|P_TYPE_LUA
|
||||
}
|
||||
p_type_t;
|
||||
|
||||
|
Reference in New Issue
Block a user