]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/CGraphics.h
Fix color key and alpha blending.
[quix0rs-blobwars.git] / src / CGraphics.h
index 2070ce55783ffbf81b214e03e252254bc76c9201..1f544cf38a79111d83c1fc12b07b12d9dfed47f6 100644 (file)
@@ -18,6 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 */
 
+void SDL_SetAlpha(SDL_Surface *surface, uint8_t value);
+
 class Graphics {
 
        private: