formally declare used globals in fortplan

develop
Myk Taylor 2020-09-08 21:30:12 -07:00
parent f3da131db7
commit 8660355838
1 changed files with 3 additions and 0 deletions

@ -15,6 +15,9 @@
#include "uicommon.h"
DFHACK_PLUGIN("fortplan");
REQUIRE_GLOBAL(gps);
REQUIRE_GLOBAL(world);
#define PLUGIN_VERSION 0.15
using namespace std;