Last change
on this file was 3538, checked in by ansari, 17 years ago |
This commit was generated by cvs2svn to compensate for changes in r3537,
which included commits to RCS files with non-trunk default branches.
|
File size:
333 bytes
|
Line | |
---|
1 | #ifndef BRTYPES_H_SEEN
|
---|
2 | #define BRTYPES_H_SEEN
|
---|
3 |
|
---|
4 | typedef unsigned char Byte;
|
---|
5 | typedef char SByte;
|
---|
6 | typedef unsigned short int UInt16;
|
---|
7 | typedef short int Int16;
|
---|
8 | typedef int Int32;
|
---|
9 | typedef unsigned int UInt32;
|
---|
10 | typedef unsigned int UINT32;
|
---|
11 | typedef long long int Int64;
|
---|
12 | typedef unsigned long long int UInt64;
|
---|
13 | typedef float Float32;
|
---|
14 |
|
---|
15 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.