source: Sophya/trunk/AddOn/TAcq/brtypes.h

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
4typedef unsigned char Byte;
5typedef char SByte;
6typedef unsigned short int UInt16;
7typedef short int Int16;
8typedef int Int32;
9typedef unsigned int UInt32;
10typedef unsigned int UINT32;
11typedef long long int Int64;
12typedef unsigned long long int UInt64;
13typedef float Float32;
14
15#endif
Note: See TracBrowser for help on using the repository browser.