typedef struct ImageFile_tag * Image;
One of the two primary types that the image library works with.
void LoadImage( char *name ) { Image image = LoadImageFile( name ); if( image ) { // the image file loaded successfully. } }
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|