source: Daodan/src/BFW_Utility.h@ 888

Last change on this file since 888 was 692, checked in by alloc, 12 years ago

Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File size: 183 bytes
RevLine 
[272]1#ifndef BFW_UTILITY_H
2#define BFW_UTILITY_H
3
[692]4#include "stdint.h"
[272]5
[446]6typedef 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.