summaryrefslogtreecommitdiff
path: root/tvision/include/tv/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'tvision/include/tv/objects.h')
-rw-r--r--tvision/include/tv/objects.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/tvision/include/tv/objects.h b/tvision/include/tv/objects.h
new file mode 100644
index 0000000..e9ee368
--- /dev/null
+++ b/tvision/include/tv/objects.h
@@ -0,0 +1,38 @@
+/*
+ * Turbo Vision - Version 2.0
+ *
+ * Copyright (c) 1994 by Borland International
+ * All Rights Reserved.
+ *
+
+Modified by Robert H”hne to be used for RHIDE.
+
+ *
+ *
+ */
+
+#if defined( Uses_TPoint )
+
+#include <tv/point.h>
+
+#endif
+
+#if defined( Uses_TRect )
+
+#include <tv/rect.h>
+
+#endif
+
+#if defined( Uses_TCollection )
+
+#include <tv/collectn.h>
+
+#endif
+
+#if defined( Uses_TSortedCollection )
+
+#include <tv/sortcoll.h>
+
+#endif
+
+