10 /* Some helper functions to get the name from the format enums. */
11 const char *FormatName(ALenum type
);
13 /* Easy device init/deinit functions. InitAL returns 0 on success. */
14 int InitAL(char ***argv
, int *argc
);
17 /* Cross-platform timeget and sleep functions. */
19 void al_nssleep(unsigned long nsec
);
25 #endif /* ALHELPERS_H */