#ifndef _PC_STYLIZATION_INCLUDE_H_ #define _PC_STYLIZATION_INCLUDE_H_ // inputs #include "VertexDef.h" #include "LightingDef.h" #include "PixelInput.h" // shader functions #include "VertexShader.h" #include "PixelShader.h" #endif