00001 #pragma once 00002 00003 #include "shader_unreal.h" 00004 00005 class Shader_Tile : public Shader_Unreal 00006 { 00007 private: 00008 00009 00010 public: 00011 00012 bool compile(const D3D10_SHADER_MACRO *macros, DWORD shaderFlags); 00013 Shader_Tile(ID3D10Device *device); 00014 00015 00016 };