mirror of https://github.com/OpenTTD/OpenTTD
(svn r2816) Forgot an Id tag and an #include
parent
baca040df0
commit
ddb58492f3
|
@ -1,3 +1,5 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
#ifndef CURRENCY_H
|
#ifndef CURRENCY_H
|
||||||
#define CURRENCY_H
|
#define CURRENCY_H
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "openttd.h"
|
#include "openttd.h"
|
||||||
|
#include "currency.h"
|
||||||
#include "functions.h"
|
#include "functions.h"
|
||||||
#include "spritecache.h"
|
#include "spritecache.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
|
|
Loading…
Reference in New Issue