mirror of https://github.com/OpenTTD/OpenTTD
(svn r10102) -Documentation: @file header was wrong
parent
d2d25295ce
commit
4ad6639475
|
@ -1,6 +1,6 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/** @file debug.hpp */
|
/** @file 8bpp_debug.hpp */
|
||||||
|
|
||||||
#ifndef BLITTER_8BPP_DEBUG_HPP
|
#ifndef BLITTER_8BPP_DEBUG_HPP
|
||||||
#define BLITTER_8BPP_DEBUG_HPP
|
#define BLITTER_8BPP_DEBUG_HPP
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/** @file 8bpp_nice.hpp */
|
/** @file 8bpp_optimized.hpp */
|
||||||
|
|
||||||
#ifndef BLITTER_8BPP_OPTIMIZED_HPP
|
#ifndef BLITTER_8BPP_OPTIMIZED_HPP
|
||||||
#define BLITTER_8BPP_OPTIMIZED_HPP
|
#define BLITTER_8BPP_OPTIMIZED_HPP
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/** @file 8bpp.hpp */
|
/** @file 8bpp_simple.hpp */
|
||||||
|
|
||||||
#ifndef BLITTER_8BPP_SIMPLE_HPP
|
#ifndef BLITTER_8BPP_SIMPLE_HPP
|
||||||
#define BLITTER_8BPP_SIMPLE_HPP
|
#define BLITTER_8BPP_SIMPLE_HPP
|
||||||
|
|
Loading…
Reference in New Issue