(svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add mersenne to makefile (Luca)

This commit is contained in:
Darkvater
2005-07-15 21:28:26 +00:00
parent c496d92c3e
commit 95463428c8
6 changed files with 82 additions and 77 deletions

View File

@@ -1,5 +1,5 @@
#ifndef TTD_H
#define TTD_H
#ifndef OPENTTD_H
#define OPENTTD_H
#ifndef VARDEF
#define VARDEF extern
@@ -548,4 +548,4 @@ VARDEF byte _no_scroll;
#include "functions.h"
#include "variables.h"
#endif /* TTD_H */
#endif /* OPENTTD_H */