Home
last modified time | relevance | path

Searched refs:sortMapsFunc (Results 1 – 1 of 1) sorted by path

/dports/games/gigalomania/gigalomaniasrc/
H A Dgame.cpp3220 int sortMapsFunc(const void *a, const void *b) { in sortMapsFunc() function
3329 qsort((void *)&maps[i], n_islands, sizeof(maps[i][0]), sortMapsFunc); in createMaps()