Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
11
Src/Wasabi/api/wnd/cwndtrack.h
Normal file
11
Src/Wasabi/api/wnd/cwndtrack.h
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue