Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
8553c342bf
1 changed files with 14 additions and 0 deletions
  1. 14 0
      dtool/src/parser-inc/hex.h

+ 14 - 0
dtool/src/parser-inc/hex.h

@@ -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