Updated the C and .Net bindings according to the previous modifications

This commit is contained in:
Laurent Gomila 2011-04-04 23:37:20 +02:00
parent 10ebd94ee7
commit 6676d77ea1
10 changed files with 11 additions and 43 deletions

View file

@ -202,13 +202,5 @@ CSFML_API void sfRenderImage_ConvertCoords(const sfRenderImage* renderImage, uns
////////////////////////////////////////////////////////////
CSFML_API const sfImage* sfRenderImage_GetImage(const sfRenderImage* renderImage);
////////////////////////////////////////////////////////////
/// Check whether the system supports render images or not
///
/// \return sfTrue if the RenderImage class can be used
///
////////////////////////////////////////////////////////////
CSFML_API sfBool sfRenderImage_IsAvailable(void);
#endif // SFML_RENDERIMAGE_H