Include headers.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user