Forgot to commit a file.
parent
3a67a4d3c7
commit
b5a6087da5
@ -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);
|
||||
}
|
Loading…
Reference in New Issue