|
From: Yoda-JM <yo...@us...> - 2007-06-10 13:27:27
|
Update of /cvsroot/ultrastar-ng/UltraStar-ng/include In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24397/include Modified Files: songs.h Log Message: Modularized the image loading Index: songs.h =================================================================== RCS file: /cvsroot/ultrastar-ng/UltraStar-ng/include/songs.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** songs.h 30 Apr 2007 17:56:35 -0000 1.12 --- songs.h 10 Jun 2007 13:27:23 -0000 1.13 *************** *** 83,86 **** --- 83,90 ---- void sortByArtist( void ); int getOrder( void ) {return order;}; + void loadCover( unsigned int i); + void loadBackground( unsigned int i); + void unloadCover( unsigned int i); + void unloadBackground( unsigned int i); private: std::vector <CSong*> songs; |