﻿//////////////////////////////////////////////////////
// MK Toon Universal2D Setup			       		//
//					                                //
// Created by Michael Kremmel                       //
// www.michaelkremmel.de                            //
// Copyright © 2020 All rights reserved.            //
//////////////////////////////////////////////////////

#ifndef MK_TOON_UNIVERSAL2D_SETUP
	#define MK_TOON_UNIVERSAL2D_SETUP

	#ifndef MK_UNIVERSAL2D_PASS
		#define MK_UNIVERSAL2D_PASS
	#endif

	#include "../Core.hlsl"

	#include "ProgramUniversal2D.hlsl"
#endif