mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 15:21:54 +00:00
4f13237895
Change CRLF to LF in repo.
9 lines
No EOL
115 B
C
9 lines
No EOL
115 B
C
#if !defined( WRECTH )
|
|
#define WRECTH
|
|
|
|
typedef struct rect_s
|
|
{
|
|
int left, right, top, bottom;
|
|
} wrect_t;
|
|
|
|
#endif |