diff options
author | Brad Davis <[email protected]> | 2014-07-24 16:47:31 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2014-07-24 16:47:31 -0700 |
commit | 0f49ce8fc6aa54224e4c0d6fda8c4527ad39cce1 (patch) | |
tree | da07ebc6a7f75185bda857dd5f1c34710b416a93 /Samples/CommonSrc/Platform/Platform.cpp | |
parent | ca79271759ff7eecd22ec5c4db438370fe51d687 (diff) |
0.4 Win-Beta0.4.0
Diffstat (limited to 'Samples/CommonSrc/Platform/Platform.cpp')
-rw-r--r-- | Samples/CommonSrc/Platform/Platform.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Samples/CommonSrc/Platform/Platform.cpp b/Samples/CommonSrc/Platform/Platform.cpp index 108c7f5..40d7842 100644 --- a/Samples/CommonSrc/Platform/Platform.cpp +++ b/Samples/CommonSrc/Platform/Platform.cpp @@ -21,15 +21,13 @@ limitations under the License. ************************************************************************************/ - - #include "Platform.h" #include <Kernel/OVR_Std.h> #include <Kernel/OVR_Timer.h> #include "../Render/Render_Device.h" #include "Gamepad.h" -namespace OVR { namespace Platform { +namespace OVR { namespace OvrPlatform { const SetupGraphicsDeviceSet* SetupGraphicsDeviceSet::PickSetupDevice(const char* typeArg) const |