changed all references of the old d3d11 filenames to the new filenames

This commit is contained in:
jp9000
2013-10-10 08:01:09 -07:00
parent 47e0700f3f
commit 904725390a
12 changed files with 64 additions and 64 deletions

View File

@@ -15,8 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#include "GS_D3D11SubSystem.hpp"
#include "GS_D3D11ShaderProcessor.hpp"
#include "d3d11-subsystem.hpp"
#include "d3d11-shaderprocessor.hpp"
#include "graphics/vec2.h"
#include "graphics/vec3.h"
#include "graphics/matrix3.h"