Moved old SDL::Palette to SDL::Game::Palette.
authorKartik Thakore <thakore.kartik@gmail.com>
Mon, 26 Oct 2009 23:00:53 +0000 (19:00 -0400)
committerKartik Thakore <thakore.kartik@gmail.com>
Mon, 26 Oct 2009 23:00:53 +0000 (19:00 -0400)
commit60891a9e021e167c097eeb9747b1a509a8eb2cb8
tree7da1ae8bf4843b50bc696f7b9a7feec226d622e4
parent2739f9406d056b50e991fd6558d548f95ac095a1
Moved old SDL::Palette to SDL::Game::Palette.
Made palette() a method of SDL::PixelFormat.
Added tests for SDL::Palette.
lib/SDL/Game/Palette.pm [new file with mode: 0644]
lib/SDL/Palette.pm
lib/SDL/PixelFormat.pm
src/Core/objects/Palette.xs
src/Core/objects/PixelFormat.xs
t/core_palette.t [new file with mode: 0644]
t/palettepm.t