From d4fbad8d907f6fc9dec472b31b4eaf480b85d4e6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 4 Nov 2017 17:35:03 -0700 Subject: Added SDL_fmod() and SDL_fmodf() --- VisualC/SDL/SDL.vcxproj | 1 + VisualC/SDL/SDL.vcxproj.filters | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'VisualC') diff --git a/VisualC/SDL/SDL.vcxproj b/VisualC/SDL/SDL.vcxproj index 151aaa9d7..24fd72238 100644 --- a/VisualC/SDL/SDL.vcxproj +++ b/VisualC/SDL/SDL.vcxproj @@ -414,6 +414,7 @@ + diff --git a/VisualC/SDL/SDL.vcxproj.filters b/VisualC/SDL/SDL.vcxproj.filters index b7da322d2..fb00991bf 100644 --- a/VisualC/SDL/SDL.vcxproj.filters +++ b/VisualC/SDL/SDL.vcxproj.filters @@ -444,8 +444,9 @@ + - + \ No newline at end of file -- cgit v1.2.1