diff options
| author | Japa | 2010-05-14 12:28:10 +0000 |
|---|---|---|
| committer | Japa | 2010-05-14 12:28:10 +0000 |
| commit | cde523bff8e60fa6e03bb6b785c061d114bd9258 (patch) | |
| tree | 092ab6586c15daa0f95df9563b9c79b535f8638c /common.h | |
| parent | 692cb573ee69ce556b727fc6097896eba3958d6e (diff) | |
| download | stonesense-cde523bff8e60fa6e03bb6b785c061d114bd9258.tar.gz stonesense-cde523bff8e60fa6e03bb6b785c061d114bd9258.tar.bz2 stonesense-cde523bff8e60fa6e03bb6b785c061d114bd9258.tar.xz | |
Updates DFhack, hair is now correctly colored according to age.
added female goblin sprites.
Fixed fisherdwarfs being green
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ using namespace std; #include <modules/Buildings.h>
#include <modules/Constructions.h>
#include <modules/Gui.h>
+#include <modules/world.h>
+
using namespace DFHack;
#include "commonTypes.h"
|
