Blitter: Move DrawLineGeneric to a separate file to fix OSX compilation

This commit is contained in:
Jonathan G Rennison
2019-01-22 21:16:21 +00:00
parent fe42451b9d
commit 9bd98ceeab
10 changed files with 209 additions and 177 deletions

View File

@@ -12,6 +12,7 @@
#include "../stdafx.h"
#include "../gfx_func.h"
#include "8bpp_base.hpp"
#include "common.hpp"
#include "../safeguards.h"