diff options
Diffstat (limited to 'src/Types.h')
-rw-r--r-- | src/Types.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Types.h b/src/Types.h index 9bb6038..73bd501 100644 --- a/src/Types.h +++ b/src/Types.h @@ -9,9 +9,19 @@ * Douglas M. Pase - initial API and implementation * *******************************************************************************/ +// +// Configuration +// + +// Include guard #if !defined(Types_h) #define Types_h + +// +// Type definitions +// + typedef long long int64; typedef int int32; typedef short int16; |