diff options
author | Thomas White <taw@bitwiz.me.uk> | 2019-02-19 08:23:44 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2019-02-19 08:23:44 +0100 |
commit | 9fbe4d66565e6ab11c5022bcfe5ed0ddfb91dc7e (patch) | |
tree | b95e39c462cc147b2f8e998df5f7010e73834d59 /libstorycode/scparse_priv.h | |
parent | 135cc1ef50930b86189be2303f68ab387ebf7f27 (diff) |
Add lots of function skeletons
Diffstat (limited to 'libstorycode/scparse_priv.h')
-rw-r--r-- | libstorycode/scparse_priv.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libstorycode/scparse_priv.h b/libstorycode/scparse_priv.h index 4a1e5db..51d0d8a 100644 --- a/libstorycode/scparse_priv.h +++ b/libstorycode/scparse_priv.h @@ -25,16 +25,7 @@ #include "presentation.h" #include "narrative.h" - -struct frame_geom -{ - double x; - double y; - double w; - double h; - /* FIXME: units */ -}; - +#include "slide.h" struct scpctx { |