aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/stlfile.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-05-18 14:45:50 +0200
committerLouis Burda <quent.burda@gmail.com>2021-05-18 14:46:23 +0200
commit452885a387b3a1613defa378cee79eb97e7b4fc8 (patch)
treed226bd9ffe720925fea752ea7b0d76c04ad4cdbc /service/src/stlfile.h
parentdafdcc3547ec786fac85486cbb77909fffe1a4de (diff)
downloadenowars5-service-stldoctor-452885a387b3a1613defa378cee79eb97e7b4fc8.tar.gz
enowars5-service-stldoctor-452885a387b3a1613defa378cee79eb97e7b4fc8.zip
seperated modelname and solidname handling
Diffstat (limited to 'service/src/stlfile.h')
-rw-r--r--service/src/stlfile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/service/src/stlfile.h b/service/src/stlfile.h
index 588875b..d321282 100644
--- a/service/src/stlfile.h
+++ b/service/src/stlfile.h
@@ -38,8 +38,9 @@ struct stack {
};
struct parseinfo {
- char header[80], *hash, *modelname;
- unsigned int loopcount;
+ char header[80], *hash, *modelname, *solidname;
+ uint32_t loopcount;
+ unsigned filesize;
float bbmin[3], bbmax[3];
int type, valid;
};