Initial commit
This commit is contained in:
19
source/templateInstanceProperty.h
Normal file
19
source/templateInstanceProperty.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef _templateInstancePropety
|
||||
|
||||
#define _templateInstancePropety
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <array.h>
|
||||
|
||||
struct templateInstanceProperty{
|
||||
|
||||
char * namepace;
|
||||
|
||||
char * value;
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user