Merge branch 'redesign' of github.com:kthakore/SDL_perl into redesign
[sdlgit/SDL_perl.git] / MANIFEST
index 33bfbad..1ff704b 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -8,8 +8,6 @@ lib/SDL/Cdrom.pm
 lib/SDL/Color.pm
 lib/SDL/Config.pm
 lib/SDL/Constants.pm
-lib/SDL/Constants.pm.orig
-lib/SDL/Constants.pm.rej
 lib/SDL/Cursor.pm
 lib/SDL/Event.pm
 lib/SDL/Font.pm
@@ -20,6 +18,7 @@ lib/SDL/Music.pm
 lib/SDL/OpenGL.pm
 lib/SDL/OpenGL/Constants.pm
 lib/SDL/Palette.pm
+lib/SDL/PixelFormat.pm
 lib/SDL/Rect.pm
 lib/SDL/SFont.pm
 lib/SDL/Sound.pm
@@ -27,6 +26,7 @@ lib/SDL/Surface.pm
 lib/SDL/Timer.pm
 lib/SDL/Tool/Font.pm
 lib/SDL/Tool/Graphic.pm
+lib/SDL/TTF_Font.pm
 lib/SDL/TTFont.pm
 lib/SDL/Tutorial.pm
 lib/SDL/Tutorial/Animation.pm
@@ -44,6 +44,7 @@ MacOSX/launcher.m
 MacOSX/SDLPerl.icns
 make/lib/SDL/Utility.pm
 MANIFEST                       This list of files
+MANIFEST.bak
 MANIFEST.SKIP
 META.yml
 README
@@ -55,19 +56,55 @@ scripts/README
 scripts/SDL/Constants.pm
 scripts/sdl_const.pl
 scripts/sdl_words.txt
-src/Color.xs
+src/Core/Audio.xs
+src/Core/CDROM.xs
+src/Core/Events.xs
+src/Core/Files.xs
+src/Core/Joystick.xs
+src/Core/Mouse.xs
+src/Core/MultiThread.xs
+src/Core/objects/Color.xs
+src/Core/objects/PixelFormat.xs
+src/Core/objects/Rect.xs
+src/Core/objects/Surface.xs
+src/Core/SDL.xs
+src/Core/Time.xs
+src/Core/Video.xs
+src/Core/WindowMangement.xs
 src/defines.h
+src/Mixer/Channels.xs
+src/Mixer/Effects.xs
+src/Mixer/Groups.xs
+src/Mixer/Mixer.xs
+src/Mixer/Music.xs
+src/Mixer/objects/chunk.xs
+src/Mixer/objects/effectDone.xs
+src/Mixer/objects/effectFunc.xs
+src/Mixer/objects/fading.xs
+src/Mixer/objects/music.xs
+src/Mixer/objects/musicType.xs
+src/Mixer/README
+src/Mixer/Samples.xs
 src/OpenGL.xs
-src/Rect.xs
 src/SDL.xs
 src/SFont.h
 src/SFont.xs
 src/support/darwin_support.h
 src/support/darwin_support.m
 src/support/win32.c
+src/TTF/Attributes.xs
+src/TTF/Management.xs
+src/TTF/objects/TTF_Font.xs
+src/TTF/README
+src/TTF/Render.xs
+src/TTF/TTF.xs
 t/apppm.t
 t/cdrompm.t
 t/colorpm.t
+t/constantspm.t
+t/core_rect.t
+t/core_surface.t
+t/core_ttf.t
 t/cursorpm.t
 t/eventpm.t
 t/extendingrect.t
@@ -79,12 +116,10 @@ t/mpegpm.t
 t/musicpm.t
 t/opengl.t
 t/palettepm.t
-t/rectpm.t
 t/sdlgamerect.t
 t/sdlpm.t
 t/soundpm.t
 t/surfaceML.t
-t/surfacepm.t
 t/timerpm.t
 t/toolfontpm.t
 t/toolgraphicpm.t