添加状态栏和调整音量的快捷键
This commit is contained in:
@@ -10,8 +10,13 @@
|
||||
|
||||
#define LENGTH(X) (sizeof(X) / sizeof(X)[0])
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a, b) (((a) < (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
#ifndef MAX
|
||||
#define MAX(a, b) (((a) > (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
double get_time();
|
||||
void die(const char *format, ...);
|
||||
|
||||
Reference in New Issue
Block a user