Add more Image pixel operation CFFI functions

This commit is contained in:
Joshua Granick
2015-04-13 17:35:30 -07:00
parent a16894571e
commit 338518a5f4
11 changed files with 484 additions and 24 deletions

View File

@@ -165,8 +165,11 @@
<file name="src/audio/format/WAV.cpp" />
<file name="src/audio/AudioBuffer.cpp" />
<file name="src/graphics/utils/ImageDataUtil.cpp" />
<file name="src/graphics/Image.cpp" />
<file name="src/graphics/ImageBuffer.cpp" />
<file name="src/graphics/RenderEvent.cpp" />
<file name="src/math/ColorMatrix.cpp" />
<file name="src/math/Rectangle.cpp" />
<file name="src/ui/GamepadEvent.cpp" />
<file name="src/ui/KeyEvent.cpp" />
<file name="src/ui/MouseEvent.cpp" />