Changeset - r2292:73ead004e2d7
[Not reviewed]
master
0 2 0
tron - 19 years ago 2005-08-06 15:18:26
tron@openttd.org
(svn r2816) Forgot an Id tag and an #include
2 files changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
currency.h
Show inline comments
 
/* $Id$ */
 

	
 
#ifndef CURRENCY_H
 
#define CURRENCY_H
 

	
main_gui.c
Show inline comments
 
@@ -2,6 +2,7 @@
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "currency.h"
 
#include "functions.h"
 
#include "spritecache.h"
 
#include "strings.h"
0 comments (0 inline, 0 general)