mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-21 07:25:39 -04:00
dep: Add libcue
This commit is contained in:
15
dep/libcue/include/libcue/time.h
Normal file
15
dep/libcue/include/libcue/time.h
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* time.h -- time declarations
|
||||
*
|
||||
* Copyright (C) 2004, 2005, 2006, 2007 Svend Sorensen
|
||||
* For license terms, see the file COPYING in this distribution.
|
||||
*/
|
||||
|
||||
#ifndef TIME_H
|
||||
#define TIME_H
|
||||
|
||||
long time_msf_to_frame(int m, int s, int f);
|
||||
void time_frame_to_msf(long frame, int *m, int *s, int *f);
|
||||
char *time_frame_to_mmssff(long f);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user