From f443a40b06cc105d6924be966bcf932ad2bc04da Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 9 Sep 2014 01:07:18 +0100 Subject: [PATCH] Move stb_impl to a C file so I can test that changes compile --- renderdoc/3rdparty/stb/{stb_impl.cpp => stb_impl.c} | 0 renderdoc/renderdoc.vcxproj | 2 +- renderdoc/renderdoc.vcxproj.filters | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename renderdoc/3rdparty/stb/{stb_impl.cpp => stb_impl.c} (100%) diff --git a/renderdoc/3rdparty/stb/stb_impl.cpp b/renderdoc/3rdparty/stb/stb_impl.c similarity index 100% rename from renderdoc/3rdparty/stb/stb_impl.cpp rename to renderdoc/3rdparty/stb/stb_impl.c diff --git a/renderdoc/renderdoc.vcxproj b/renderdoc/renderdoc.vcxproj index e5c9130de..ba10b676b 100644 --- a/renderdoc/renderdoc.vcxproj +++ b/renderdoc/renderdoc.vcxproj @@ -303,7 +303,7 @@ - + diff --git a/renderdoc/renderdoc.vcxproj.filters b/renderdoc/renderdoc.vcxproj.filters index 14006b75a..9c20c7491 100644 --- a/renderdoc/renderdoc.vcxproj.filters +++ b/renderdoc/renderdoc.vcxproj.filters @@ -527,7 +527,7 @@ Drivers\OpenGL - + 3rdparty\stb