Include headers.

This commit is contained in:
michal 2007-08-22 16:38:00 +01:00
parent fa8c74fcc9
commit 6b6cc4c0fe
2 changed files with 23 additions and 0 deletions

View file

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

View 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