diff options
author | systemcoder <systemcoder@protonmail.com> | 2020-03-13 22:00:16 +0000 |
---|---|---|
committer | systemcoder <systemcoder@protonmail.com> | 2020-03-13 22:00:16 +0000 |
commit | 07ff9b8204da0b4a5ea8ad8a66ba12ae3e48abb8 (patch) | |
tree | 051e3f1e4851a750a1651933608b1029f42f47cf /H64E-2/h64e-model.c | |
download | H64D-2-07ff9b8204da0b4a5ea8ad8a66ba12ae3e48abb8.tar.gz H64D-2-07ff9b8204da0b4a5ea8ad8a66ba12ae3e48abb8.zip |
Initial structure setting, most stuff is defined
Diffstat (limited to 'H64E-2/h64e-model.c')
-rw-r--r-- | H64E-2/h64e-model.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/H64E-2/h64e-model.c b/H64E-2/h64e-model.c new file mode 100644 index 0000000..bfdfca2 --- /dev/null +++ b/H64E-2/h64e-model.c @@ -0,0 +1,9 @@ +// +// h64e-model.c +// H64E-2 +// +// Created by dianshi on 3/13/20. +// Copyright © 2020 dianshi. All rights reserved. +// + +#include "h64e-model.h" |