summaryrefslogtreecommitdiff
path: root/src/Types.h
diff options
context:
space:
mode:
authorTim Besard <tim.besard@gmail.com>2011-11-02 15:11:59 +0100
committerTim Besard <tim.besard@gmail.com>2011-11-02 15:11:59 +0100
commitf9531223b72f8337b8d774c9e3a0d0b0f9ffcc7b (patch)
tree6942ff464682600061fde704ed13b50048fcc7d2 /src/Types.h
parentba67ca081a78a9dd6fb5f36f8d2bc2dea0f5224a (diff)
Cleaning up a bit.
Diffstat (limited to 'src/Types.h')
-rw-r--r--src/Types.h10
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;