summaryrefslogtreecommitdiff
path: root/tvision/include/tv/tvobjs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tvision/include/tv/tvobjs.h')
-rw-r--r--tvision/include/tv/tvobjs.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/tvision/include/tv/tvobjs.h b/tvision/include/tv/tvobjs.h
new file mode 100644
index 0000000..0c95a53
--- /dev/null
+++ b/tvision/include/tv/tvobjs.h
@@ -0,0 +1,32 @@
+/*
+ * 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_TObject )
+
+#include <tv/object.h>
+
+#endif
+
+#if defined( Uses_TNSCollection )
+
+#include <tv/nscoll.h>
+
+#endif
+
+#if defined( Uses_TNSSortedCollection )
+
+#include <tv/nssorcol.h>
+
+#endif
+
+