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