From 8f13fe4d90f1647b43bd7916e25395fb870e882a Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Tue, 18 May 2021 10:44:08 +0200 Subject: [PATCH] [EDIT] edit lib files --- FpsCam.cpp => src/FpsCam.cpp | 0 FpsCam.h => src/FpsCam.h | 0 main.cpp => src/main.cpp | 0 tigl.cpp => src/tigl.cpp | 0 tigl.h => src/tigl.h | 0 wk2_fps.vcxproj | 10 +++++----- wk2_fps.vcxproj.filters | 10 +++++----- 7 files changed, 10 insertions(+), 10 deletions(-) rename FpsCam.cpp => src/FpsCam.cpp (100%) rename FpsCam.h => src/FpsCam.h (100%) rename main.cpp => src/main.cpp (100%) rename tigl.cpp => src/tigl.cpp (100%) rename tigl.h => src/tigl.h (100%) diff --git a/FpsCam.cpp b/src/FpsCam.cpp similarity index 100% rename from FpsCam.cpp rename to src/FpsCam.cpp diff --git a/FpsCam.h b/src/FpsCam.h similarity index 100% rename from FpsCam.h rename to src/FpsCam.h diff --git a/main.cpp b/src/main.cpp similarity index 100% rename from main.cpp rename to src/main.cpp diff --git a/tigl.cpp b/src/tigl.cpp similarity index 100% rename from tigl.cpp rename to src/tigl.cpp diff --git a/tigl.h b/src/tigl.h similarity index 100% rename from tigl.h rename to src/tigl.h diff --git a/wk2_fps.vcxproj b/wk2_fps.vcxproj index b53dfba..859c475 100644 --- a/wk2_fps.vcxproj +++ b/wk2_fps.vcxproj @@ -156,13 +156,13 @@ - - - + + + - - + + diff --git a/wk2_fps.vcxproj.filters b/wk2_fps.vcxproj.filters index 5e4cf53..73b7675 100644 --- a/wk2_fps.vcxproj.filters +++ b/wk2_fps.vcxproj.filters @@ -15,21 +15,21 @@ - + Source Files - + Source Files - + Source Files - + Header Files - + Header Files