commands.push_back(PluginCommand("RemoteFortressReader_version","List the loaded RemoteFortressReader version",RemoteFortressReader_version,false,"This is used for plugin version checking."));
commands.push_back(PluginCommand("RemoteFortressReader_version","List the loaded RemoteFortressReader version",RemoteFortressReader_version,false,"This is used for plugin version checking."));
commands.push_back(PluginCommand("generate_image","make a random image struct.",generate_image,false,"..."));
commands.push_back(PluginCommand(
"generate_image",
"make a blank art image using inbuilt DF functions.",
generate_image,false,
"used to test the function pointer being correct. If everything works, the subid should increment each time."));