aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/wnd/cwndtrack.h
blob: fa50f32f3e47b752c17eff838731662a3b43fe38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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