15 lines
214 B
C
15 lines
214 B
C
|
#pragma once
|
||
|
|
||
|
#include "PluginManager.h"
|
||
|
|
||
|
#include "DataDefs.h"
|
||
|
|
||
|
#include "defs.h"
|
||
|
|
||
|
using namespace DFHack;
|
||
|
|
||
|
namespace embark_assist {
|
||
|
namespace help_ui {
|
||
|
void init(DFHack::Plugin *plugin_self);
|
||
|
}
|
||
|
}
|