|
@@ -0,0 +1,14 @@
|
|
|
|
|
+// Filename: hex.h
|
|
|
|
|
+// Created by: drose (17Nov00)
|
|
|
|
|
+//
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+
|
|
|
|
|
+// This file, and all the other hex in this directory, aren't
|
|
|
|
|
+// intended to be compiled--they're just parsed by CPPParser (and
|
|
|
|
|
+// interrogate) in lieu of the actual system headers, to generate the
|
|
|
|
|
+// interrogate database.
|
|
|
|
|
+
|
|
|
|
|
+#ifndef HEX_H
|
|
|
|
|
+#define HEX_H
|
|
|
|
|
+
|
|
|
|
|
+#endif
|