diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-01 19:47:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-01 19:47:27 +0100 |
| commit | 50c7c5676d110681528cc933c4b99844b11f1dd1 (patch) | |
| tree | 62ea871cae6949f4332e1973b9da9c5fcbcd4420 /dev/SCIKit/CompilerHint.h | |
| parent | ed70659693e6cc9d48827113b23ebaf85c9dfe70 (diff) | |
ADD: Add GPU API regarding Mesa3D support for OpenGL ES.
IMP: Refactor SCI Kit to have a better filesystem structure.
Diffstat (limited to 'dev/SCIKit/CompilerHint.h')
| -rw-r--r-- | dev/SCIKit/CompilerHint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/SCIKit/CompilerHint.h b/dev/SCIKit/CompilerHint.h index 60838479..e38d5c7e 100644 --- a/dev/SCIKit/CompilerHint.h +++ b/dev/SCIKit/CompilerHint.h @@ -7,7 +7,9 @@ #ifndef __SCI_HINT_H__ #define __SCI_HINT_H__ +#ifdef __TK__ #pragma compiler(hint_manifest) +#endif #define _Input #define _Output |
