diff --git a/NothinFancy/NothinFancy.vcxproj b/NothinFancy/NothinFancy.vcxproj index 233742b..e6453c0 100644 --- a/NothinFancy/NothinFancy.vcxproj +++ b/NothinFancy/NothinFancy.vcxproj @@ -203,6 +203,9 @@ + + + diff --git a/NothinFancy/NothinFancy.vcxproj.filters b/NothinFancy/NothinFancy.vcxproj.filters index 52f2d62..6c2d8b0 100644 --- a/NothinFancy/NothinFancy.vcxproj.filters +++ b/NothinFancy/NothinFancy.vcxproj.filters @@ -45,4 +45,7 @@ Header Files + + + \ No newline at end of file diff --git a/NothinFancy/src/Application.cpp b/NothinFancy/src/Application.cpp index 60513e6..73860f5 100644 --- a/NothinFancy/src/Application.cpp +++ b/NothinFancy/src/Application.cpp @@ -114,8 +114,8 @@ namespace nf { const Config& Application::getConfig() const { return m_currentConfig; - }//Test this - + } + //TODO: Test this int Application::getFPS() const { return m_FPS; } diff --git a/NothinFancy/src/NatvisFile.natvis b/NothinFancy/src/NatvisFile.natvis new file mode 100644 index 0000000..746df7f --- /dev/null +++ b/NothinFancy/src/NatvisFile.natvis @@ -0,0 +1,15 @@ + + + + Nothin' Fancy Application ({m_currentConfig.title,sb}) + + m_currentConfig + m_running + m_FPS + m_currentState + + + + Width = {width}, Height = {height}, Fullscreen = {fullscreen} + + \ No newline at end of file