diff options
Diffstat (limited to 'plugins/mod_unknown.lua')
-rw-r--r-- | plugins/mod_unknown.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/mod_unknown.lua b/plugins/mod_unknown.lua new file mode 100644 index 00000000..4d20b8ad --- /dev/null +++ b/plugins/mod_unknown.lua @@ -0,0 +1,4 @@ +-- Unknown platform stub +module:set_global(); + +-- TODO Do things that make sense if we don't know about the platform |