Skip to content
  • Bruno Coudoin's avatar
    - completed the wordlist API which look like this now: · 2c8aec38
    Bruno Coudoin authored
    	    GcomprisWordlist *gc_wordlist_get_from_file(const gchar *fileformat, ...);
    	    void              gc_wordlist_free(GcomprisWordlist *wordlist);
    	    gchar		 *gc_wordlist_random_word_get(GcomprisWordlist *wordlist, guint level);
    
    	- changed wordsgame.c to use the gc_wordlist API.
    	- renamed gcompris_get_properties() in gc_prop_get()
    
    	* Still need to cleanup boards/wordsgame/wordslevel*.* that are replaced
    	  by default-*.xml
    2c8aec38