Refactoring Rasterizer

git-svn-id: svn://ultimatepp.org/upp/trunk@820 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-01-28 19:06:20 +00:00
parent 3cf347c47e
commit d2d643e416
6 changed files with 546 additions and 0 deletions

5
uppdev/ScanLine/init Normal file
View file

@ -0,0 +1,5 @@
#ifndef _ScanLine_icpp_init_stub
#define _ScanLine_icpp_init_stub
#include "Core/init"
#include "CtrlLib/init"
#endif