summaryrefslogtreecommitdiff
path: root/plugins/tubefill.cpp
diff options
context:
space:
mode:
authorQuietust2012-02-13 22:54:08 -0600
committerQuietust2012-02-13 22:54:08 -0600
commit091bf62aa8dc4f27ab48e2072be65e9b6741e304 (patch)
tree27da5ac1686f292dc0a172b3edcbe722b076f249 /plugins/tubefill.cpp
parent2fd2e3dce2318789f68d2da30a94b344cf0c1bc2 (diff)
downloaddfhack-091bf62aa8dc4f27ab48e2072be65e9b6741e304.tar.gz
dfhack-091bf62aa8dc4f27ab48e2072be65e9b6741e304.tar.bz2
dfhack-091bf62aa8dc4f27ab48e2072be65e9b6741e304.tar.xz
DFhackCExport is only needed on the plugin_* functions
Diffstat (limited to 'plugins/tubefill.cpp')
-rw-r--r--plugins/tubefill.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tubefill.cpp b/plugins/tubefill.cpp
index 0785b5aa..8d098770 100644
--- a/plugins/tubefill.cpp
+++ b/plugins/tubefill.cpp
@@ -18,7 +18,7 @@ using namespace DFHack::Simple;
using namespace df::enums;
using df::global::world;
-DFhackCExport command_result tubefill(DFHack::Core * c, std::vector<std::string> & params);
+command_result tubefill(DFHack::Core * c, std::vector<std::string> & params);
DFhackCExport const char * plugin_name ( void )
{
@@ -37,7 +37,7 @@ DFhackCExport command_result plugin_shutdown ( Core * c )
return CR_OK;
}
-DFhackCExport command_result tubefill(DFHack::Core * c, std::vector<std::string> & params)
+command_result tubefill(DFHack::Core * c, std::vector<std::string> & params)
{
uint64_t count = 0;