source:
Daodan/src/BFW_Utility.h@
714
Last change on this file since 714 was 692, checked in by , 12 years ago | |
---|---|
File size: 183 bytes |
Rev | Line | |
---|---|---|
[272] | 1 | #ifndef BFW_UTILITY_H |
2 | #define BFW_UTILITY_H | |
3 | ||
[692] | 4 | #include "stdint.h" |
[272] | 5 | |
[446] | 6 | typedef struct { |
7 | int16_t Top; | |
8 | int16_t Left; | |
9 | int16_t Right; | |
10 | int16_t Bottom; | |
11 | } OniRectangle; | |
12 | ||
[272] | 13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.