Documentation Project 1
ContentsIndexHome
Example
void LoadImage( char *name )
{
    Image image = LoadImageFile( name );
    if( image )
    {
       // the image file loaded successfully.
    }
}
Copyright (c) 2010. All rights reserved.