mirror of https://github.com/OpenTTD/OpenTTD
(svn r10113) -Fix (r10092): Missing svn properties and some Id/@file comments
parent
78d797a6b7
commit
d1e71eb34e
|
@ -1,3 +1,7 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** @file 8bpp_debug.cpp */
|
||||||
|
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
#include "../zoom.hpp"
|
#include "../zoom.hpp"
|
||||||
#include "../gfx.h"
|
#include "../gfx.h"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** @file 8bpp_optimized.cpp */
|
||||||
|
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
#include "../zoom.hpp"
|
#include "../zoom.hpp"
|
||||||
#include "../gfx.h"
|
#include "../gfx.h"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** @file 8bpp_simple.cpp */
|
||||||
|
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
#include "../zoom.hpp"
|
#include "../zoom.hpp"
|
||||||
#include "../gfx.h"
|
#include "../gfx.h"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** @file grf.cpp */
|
||||||
|
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
#include "../gfx.h"
|
#include "../gfx.h"
|
||||||
#include "../fileio.h"
|
#include "../fileio.h"
|
||||||
|
|
Loading…
Reference in New Issue