(svn r10101) -Codechange: the class is named 8bppSimple, so name the files like that too

This commit is contained in:
truelight
2007-06-11 15:13:30 +00:00
parent 31ade47910
commit d2d25295ce
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#include "../stdafx.h"
#include "../zoom.hpp"
#include "../gfx.h"
#include "8bpp_slow.hpp"
#include "8bpp_simple.hpp"
static FBlitter_8bppSimple iFBlitter_8bppSimple;