winamp/Src/Wasabi/api/wnd/cwndtrack.h

12 lines
197 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef _CWNDTRACK_H
#define _CWNDTRACK_H
#define TOP 1
#define LEFT 2
#define RIGHT 4
#define BOTTOM 8
#define NOINTERSECT 16
#define KEEPSIZE 32
#endif