From 7b1e9abdc99504b6d7c5cfc52910314d01b3103d Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 26 Apr 2012 18:20:53 +0000 Subject: [PATCH] orbital: create a Camera class where we will hide the complexity. --- win32/orbital.vcxproj | 3 ++- win32/orbital.vcxproj.filters | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/win32/orbital.vcxproj b/win32/orbital.vcxproj index f6662cf0..601673c7 100644 --- a/win32/orbital.vcxproj +++ b/win32/orbital.vcxproj @@ -27,6 +27,7 @@ + @@ -57,4 +58,4 @@ - + \ No newline at end of file diff --git a/win32/orbital.vcxproj.filters b/win32/orbital.vcxproj.filters index ed3dae58..9e8b8f7d 100644 --- a/win32/orbital.vcxproj.filters +++ b/win32/orbital.vcxproj.filters @@ -2,6 +2,7 @@ + @@ -12,4 +13,4 @@ - + \ No newline at end of file