diff options
Diffstat (limited to 'Private/HintKit')
| -rw-r--r-- | Private/HintKit/CompilerHint.hxx | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Private/HintKit/CompilerHint.hxx b/Private/HintKit/CompilerHint.hxx new file mode 100644 index 00000000..e74f349a --- /dev/null +++ b/Private/HintKit/CompilerHint.hxx @@ -0,0 +1,21 @@ +/* + * ======================================================== + * + * HintKit + * Copyright Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +#ifndef __HINTKIT_COMPILER_HINT_HXX__ +#define __HINTKIT_COMPILER_HINT_HXX__ + +#define _Input +#define _Output + +#define _Optional + +#define _StrictCheckInput +#define _StrictCheckOutput + +#endif // ifndef __HINTKIT_COMPILER_HINT_HXX__ |
