update devel plugins

develop
myk002 2022-11-07 17:52:39 -08:00
parent 5a720bd496
commit 3a713c6368
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
3 changed files with 3 additions and 0 deletions

@ -10,6 +10,7 @@
using std::vector;
using std::string;
using std::endl;
using namespace DFHack;
//////////////////////

@ -28,6 +28,7 @@
using std::vector;
using std::string;
using std::endl;
using namespace DFHack;
DFHACK_PLUGIN("kittens");

@ -6,6 +6,7 @@
#include <sstream>
using std::vector;
using std::string;
using std::endl;
#include "Core.h"
#include <Console.h>