Include headers.
authormichal <michal@michal-laptop.(none)>
Wed, 22 Aug 2007 15:38:00 +0000 (16:38 +0100)
committermichal <michal@michal-laptop.(none)>
Wed, 22 Aug 2007 15:38:00 +0000 (16:38 +0100)
src/mesa/pipe/tgsi/deco/deco_caps.h [new file with mode: 0644]
src/mesa/pipe/tgsi/deco/tgsi_deco.h

diff --git a/src/mesa/pipe/tgsi/deco/deco_caps.h b/src/mesa/pipe/tgsi/deco/deco_caps.h
new file mode 100644 (file)
index 0000000..b3a40b0
--- /dev/null
@@ -0,0 +1,15 @@
+#if !defined DECO_CAPS_H
+#define DECO_CAPS_H
+
+#if defined __cplusplus
+extern "C" {
+#endif // defined __cplusplus
+
+
+
+#if defined __cplusplus
+} // extern "C"
+#endif // defined __cplusplus
+
+#endif // !defined DECO_CAPS_H
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..06a2654fb654c000c12a7557b1a34ce024279a6e 100644 (file)
@@ -0,0 +1,8 @@
+#if !defined TGSI_DECO_H
+#define TGSI_DECO_H
+
+#include "../core/tgsi_core.h"
+#include "deco_caps.h"
+
+#endif // !defined TGSI_DECO_H
+