ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/BFW_Utility.h
Revision: 692
Committed: Thu Mar 7 17:26:13 2013 UTC (12 years, 7 months ago) by alloc
Content type: text/x-chdr
File size: 183 byte(s)
Log Message:
Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File Contents

# Content
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