2017-09-01 06:13:34 -06:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "PluginManager.h"
|
|
|
|
|
|
|
|
#include "DataDefs.h"
|
|
|
|
|
|
|
|
#include "defs.h"
|
|
|
|
|
|
|
|
using namespace DFHack;
|
|
|
|
|
|
|
|
namespace embark_assist {
|
|
|
|
namespace finder_ui {
|
2019-09-23 05:13:04 -06:00
|
|
|
void init(DFHack::Plugin *plugin_self, embark_assist::defs::find_callbacks find_callback, uint16_t max_inorganic, bool fileresult);
|
2017-09-01 06:13:34 -06:00
|
|
|
void activate();
|
|
|
|
void shutdown();
|
|
|
|
}
|
2022-04-12 12:48:19 -06:00
|
|
|
}
|