yet another ktid type system refactoring
This commit is contained in:
14
src/Array/Array_define.h
Normal file
14
src/Array/Array_define.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "../base/base.h"
|
||||
|
||||
#define Array_define(type)\
|
||||
ktid_define(Array_##type);
|
||||
|
||||
#if __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user