(svn r2816) Forgot an Id tag and an #include

This commit is contained in:
tron 2005-08-06 15:18:26 +00:00
parent baca040df0
commit ddb58492f3
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef CURRENCY_H
#define CURRENCY_H

View File

@ -2,6 +2,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "currency.h"
#include "functions.h"
#include "spritecache.h"
#include "strings.h"