mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 16:00:29 +01:00
Include headers.
This commit is contained in:
parent
fa8c74fcc9
commit
6b6cc4c0fe
2 changed files with 23 additions and 0 deletions
15
src/mesa/pipe/tgsi/deco/deco_caps.h
Normal file
15
src/mesa/pipe/tgsi/deco/deco_caps.h
Normal 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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Reference in a new issue