1 #ifndef GLN64_ZSORT_H
2 #define GLN64_ZSORT_H
3 
4 void ZSort_Init(void);
5 
6 #endif
7