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

@@ -11,6 +11,7 @@
#include "../stdafx.h"
#include "32bpp_base.hpp"
#include "common.hpp"
#include "../safeguards.h"