diff options
author | chai <chaifix@163.com> | 2020-10-17 15:22:09 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-17 15:22:09 +0800 |
commit | 08ab881a480a73d6be005c4b4e1cf35814b53e3c (patch) | |
tree | 00297c01905cff519509598c5340a82c0fc2e941 /src/noob.h |
Diffstat (limited to 'src/noob.h')
-rw-r--r-- | src/noob.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/noob.h b/src/noob.h new file mode 100644 index 0000000..b8f4035 --- /dev/null +++ b/src/noob.h @@ -0,0 +1,12 @@ +#ifndef NB_H +#define NB_H + +typedef struct NbVM NbVM; + +typedef int(*NbCFunction) (NbVM* vm); + +typedef double NbDouble; +typedef int NbInt; +typedef int NbBool; + +#endif
\ No newline at end of file |