(svn r2701) Insert Id tags into all source files

This commit is contained in:
tron
2005-07-24 14:12:37 +00:00
parent 1492a04844
commit 647cbd6bdd
231 changed files with 465 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h"
#include "openttd.h"
#include "sound/null_s.h"

View File

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

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h"
#include "openttd.h"
#include "driver.h"

View File

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

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h"
#include "openttd.h"
#include "driver.h"

View File

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