aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/stlfile.h
diff options
context:
space:
mode:
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;
};