diff options
| author | Quietust | 2012-02-13 22:54:08 -0600 |
|---|---|---|
| committer | Quietust | 2012-02-13 22:54:08 -0600 |
| commit | 091bf62aa8dc4f27ab48e2072be65e9b6741e304 (patch) | |
| tree | 27da5ac1686f292dc0a172b3edcbe722b076f249 /plugins/flows.cpp | |
| parent | 2fd2e3dce2318789f68d2da30a94b344cf0c1bc2 (diff) | |
| download | dfhack-091bf62aa8dc4f27ab48e2072be65e9b6741e304.tar.gz dfhack-091bf62aa8dc4f27ab48e2072be65e9b6741e304.tar.bz2 dfhack-091bf62aa8dc4f27ab48e2072be65e9b6741e304.tar.xz | |
DFhackCExport is only needed on the plugin_* functions
Diffstat (limited to 'plugins/flows.cpp')
| -rw-r--r-- | plugins/flows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/flows.cpp b/plugins/flows.cpp index 6827ba18..d439bd9f 100644 --- a/plugins/flows.cpp +++ b/plugins/flows.cpp @@ -17,7 +17,7 @@ using namespace df::enums; using df::global::world; -DFhackCExport command_result df_flows (Core * c, vector <string> & parameters) +command_result df_flows (Core * c, vector <string> & parameters) { CoreSuspender suspend(c); |
