Initial commit
This commit is contained in:
23
source/templateInstance.h
Normal file
23
source/templateInstance.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef _templateInstance
|
||||
|
||||
#define _templateInstance
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <array.h>
|
||||
|
||||
#include "stdlib.h"
|
||||
|
||||
struct templateInstance{
|
||||
|
||||
struct array * argumentValues; // not properties
|
||||
|
||||
};
|
||||
|
||||
|
||||
struct templateInstance * templateInstance_new();
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user