(svn r10113) -Fix (r10092): Missing svn properties and some Id/@file comments

This commit is contained in:
peter1138 2007-06-12 12:27:40 +00:00
parent 78d797a6b7
commit d1e71eb34e
4 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* $Id$ */
/** @file 8bpp_debug.cpp */
#include "../stdafx.h"
#include "../zoom.hpp"
#include "../gfx.h"

View File

@ -1,3 +1,7 @@
/* $Id$ */
/** @file 8bpp_optimized.cpp */
#include "../stdafx.h"
#include "../zoom.hpp"
#include "../gfx.h"

View File

@ -1,3 +1,7 @@
/* $Id$ */
/** @file 8bpp_simple.cpp */
#include "../stdafx.h"
#include "../zoom.hpp"
#include "../gfx.h"

View File

@ -1,3 +1,7 @@
/* $Id$ */
/** @file grf.cpp */
#include "../stdafx.h"
#include "../gfx.h"
#include "../fileio.h"