diff --git a/src/SDLWrapper/Audio.h b/include/SDLWrapper/Audio.h similarity index 100% rename from src/SDLWrapper/Audio.h rename to include/SDLWrapper/Audio.h diff --git a/src/SDLWrapper/ColorMode.h b/include/SDLWrapper/ColorMode.h similarity index 100% rename from src/SDLWrapper/ColorMode.h rename to include/SDLWrapper/ColorMode.h diff --git a/src/SDLWrapper/Cursor.h b/include/SDLWrapper/Cursor.h similarity index 100% rename from src/SDLWrapper/Cursor.h rename to include/SDLWrapper/Cursor.h diff --git a/src/SDLWrapper/ErrorViewer.h b/include/SDLWrapper/ErrorViewer.h similarity index 100% rename from src/SDLWrapper/ErrorViewer.h rename to include/SDLWrapper/ErrorViewer.h diff --git a/src/SDLWrapper/Font.h b/include/SDLWrapper/Font.h similarity index 100% rename from src/SDLWrapper/Font.h rename to include/SDLWrapper/Font.h diff --git a/src/SDLWrapper/IncludeAll.h b/include/SDLWrapper/IncludeAll.h similarity index 100% rename from src/SDLWrapper/IncludeAll.h rename to include/SDLWrapper/IncludeAll.h diff --git a/src/SDLWrapper/Log.h b/include/SDLWrapper/Log.h similarity index 100% rename from src/SDLWrapper/Log.h rename to include/SDLWrapper/Log.h diff --git a/src/SDLWrapper/MessageBox.h b/include/SDLWrapper/MessageBox.h similarity index 100% rename from src/SDLWrapper/MessageBox.h rename to include/SDLWrapper/MessageBox.h diff --git a/src/SDLWrapper/Music.h b/include/SDLWrapper/Music.h similarity index 100% rename from src/SDLWrapper/Music.h rename to include/SDLWrapper/Music.h diff --git a/src/SDLWrapper/Point.h b/include/SDLWrapper/Point.h similarity index 100% rename from src/SDLWrapper/Point.h rename to include/SDLWrapper/Point.h diff --git a/src/SDLWrapper/RGBA.h b/include/SDLWrapper/RGBA.h similarity index 100% rename from src/SDLWrapper/RGBA.h rename to include/SDLWrapper/RGBA.h diff --git a/src/SDLWrapper/RWOP.h b/include/SDLWrapper/RWOP.h similarity index 100% rename from src/SDLWrapper/RWOP.h rename to include/SDLWrapper/RWOP.h diff --git a/src/SDLWrapper/Rect.h b/include/SDLWrapper/Rect.h similarity index 100% rename from src/SDLWrapper/Rect.h rename to include/SDLWrapper/Rect.h diff --git a/src/SDLWrapper/Renderer.h b/include/SDLWrapper/Renderer.h similarity index 100% rename from src/SDLWrapper/Renderer.h rename to include/SDLWrapper/Renderer.h diff --git a/src/SDLWrapper/SDLSystem.h b/include/SDLWrapper/SDLSystem.h similarity index 100% rename from src/SDLWrapper/SDLSystem.h rename to include/SDLWrapper/SDLSystem.h diff --git a/src/SDLWrapper/SharedLibrary.h b/include/SDLWrapper/SharedLibrary.h similarity index 100% rename from src/SDLWrapper/SharedLibrary.h rename to include/SDLWrapper/SharedLibrary.h diff --git a/src/SDLWrapper/Sound.h b/include/SDLWrapper/Sound.h similarity index 100% rename from src/SDLWrapper/Sound.h rename to include/SDLWrapper/Sound.h diff --git a/src/SDLWrapper/Surface.h b/include/SDLWrapper/Surface.h similarity index 100% rename from src/SDLWrapper/Surface.h rename to include/SDLWrapper/Surface.h diff --git a/src/SDLWrapper/Texture.h b/include/SDLWrapper/Texture.h similarity index 100% rename from src/SDLWrapper/Texture.h rename to include/SDLWrapper/Texture.h diff --git a/src/SDLWrapper/Timer.h b/include/SDLWrapper/Timer.h similarity index 100% rename from src/SDLWrapper/Timer.h rename to include/SDLWrapper/Timer.h diff --git a/src/SDLWrapper/Window.h b/include/SDLWrapper/Window.h similarity index 100% rename from src/SDLWrapper/Window.h rename to include/SDLWrapper/Window.h diff --git a/src/SDLWrapper/_BlendMode.h b/include/SDLWrapper/_BlendMode.h similarity index 100% rename from src/SDLWrapper/_BlendMode.h rename to include/SDLWrapper/_BlendMode.h diff --git a/src/SDLWrapper/_FlipMode.h b/include/SDLWrapper/_FlipMode.h similarity index 100% rename from src/SDLWrapper/_FlipMode.h rename to include/SDLWrapper/_FlipMode.h diff --git a/src/SDLWrapper/_FontHint.h b/include/SDLWrapper/_FontHint.h similarity index 100% rename from src/SDLWrapper/_FontHint.h rename to include/SDLWrapper/_FontHint.h diff --git a/src/SDLWrapper/_FontStyle.h b/include/SDLWrapper/_FontStyle.h similarity index 100% rename from src/SDLWrapper/_FontStyle.h rename to include/SDLWrapper/_FontStyle.h diff --git a/src/SDLWrapper/_IMGInitFlag.h b/include/SDLWrapper/_IMGInitFlag.h similarity index 100% rename from src/SDLWrapper/_IMGInitFlag.h rename to include/SDLWrapper/_IMGInitFlag.h diff --git a/src/SDLWrapper/_MessageBoxType.h b/include/SDLWrapper/_MessageBoxType.h similarity index 100% rename from src/SDLWrapper/_MessageBoxType.h rename to include/SDLWrapper/_MessageBoxType.h diff --git a/src/SDLWrapper/_MixInitFlag.h b/include/SDLWrapper/_MixInitFlag.h similarity index 100% rename from src/SDLWrapper/_MixInitFlag.h rename to include/SDLWrapper/_MixInitFlag.h diff --git a/src/SDLWrapper/_MusicType.h b/include/SDLWrapper/_MusicType.h similarity index 100% rename from src/SDLWrapper/_MusicType.h rename to include/SDLWrapper/_MusicType.h diff --git a/src/SDLWrapper/_Platform.h b/include/SDLWrapper/_Platform.h similarity index 100% rename from src/SDLWrapper/_Platform.h rename to include/SDLWrapper/_Platform.h diff --git a/src/SDLWrapper/_PowerState.h b/include/SDLWrapper/_PowerState.h similarity index 100% rename from src/SDLWrapper/_PowerState.h rename to include/SDLWrapper/_PowerState.h diff --git a/src/SDLWrapper/_RendererType.h b/include/SDLWrapper/_RendererType.h similarity index 100% rename from src/SDLWrapper/_RendererType.h rename to include/SDLWrapper/_RendererType.h diff --git a/src/SDLWrapper/_SDLInitFlag.h b/include/SDLWrapper/_SDLInitFlag.h similarity index 100% rename from src/SDLWrapper/_SDLInitFlag.h rename to include/SDLWrapper/_SDLInitFlag.h diff --git a/src/SDLWrapper/_SystemCursorType.h b/include/SDLWrapper/_SystemCursorType.h similarity index 100% rename from src/SDLWrapper/_SystemCursorType.h rename to include/SDLWrapper/_SystemCursorType.h diff --git a/src/SDLWrapper/_WindowType.h b/include/SDLWrapper/_WindowType.h similarity index 100% rename from src/SDLWrapper/_WindowType.h rename to include/SDLWrapper/_WindowType.h diff --git a/src/SDLWrapper/__Noncopyable.h b/include/SDLWrapper/__Noncopyable.h similarity index 100% rename from src/SDLWrapper/__Noncopyable.h rename to include/SDLWrapper/__Noncopyable.h diff --git a/src/SDLWrapper/__Nonmoveable.h b/include/SDLWrapper/__Nonmoveable.h similarity index 100% rename from src/SDLWrapper/__Nonmoveable.h rename to include/SDLWrapper/__Nonmoveable.h diff --git a/src/SDLWrapper/__Optional.h b/include/SDLWrapper/__Optional.h similarity index 100% rename from src/SDLWrapper/__Optional.h rename to include/SDLWrapper/__Optional.h diff --git a/src/SDLWrapper/__Plugin.h b/include/SDLWrapper/__Plugin.h similarity index 100% rename from src/SDLWrapper/__Plugin.h rename to include/SDLWrapper/__Plugin.h diff --git a/src/SDLWrapper/_caster.h b/include/SDLWrapper/_caster.h similarity index 100% rename from src/SDLWrapper/_caster.h rename to include/SDLWrapper/_caster.h diff --git a/src/SDLWrapper/begin_code.h b/include/SDLWrapper/begin_code.h similarity index 100% rename from src/SDLWrapper/begin_code.h rename to include/SDLWrapper/begin_code.h diff --git a/src/SDLWrapper/end_code.h b/include/SDLWrapper/end_code.h similarity index 100% rename from src/SDLWrapper/end_code.h rename to include/SDLWrapper/end_code.h diff --git a/src/SDLWrapper/include.h b/include/SDLWrapper/include.h similarity index 100% rename from src/SDLWrapper/include.h rename to include/SDLWrapper/include.h