source: Daodan/src/BFW_Utility.h@ 937

Last change on this file since 937 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
Line 
1#ifndef BFW_UTILITY_H
2#define BFW_UTILITY_H
3
4#include "stdint.h"
5
6typedef 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.