Forgot to commit a file.

develop
Petr Mrázek 2011-07-12 23:27:09 +02:00
parent 3a67a4d3c7
commit b5a6087da5
1 changed files with 16 additions and 0 deletions

@ -0,0 +1,16 @@
#include "Internal.h"
#include <string>
#include <vector>
#include <map>
#include "dfhack/Process.h"
#include "dfhack/Core.h"
#include "dfhack/Virtual.h"
using namespace DFHack;
std::string t_virtual::getClassName()
{
Core & c = Core::getInstance();
return c.p->readClassName(vptr);
}