aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/scparse_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-19 08:23:44 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-19 08:23:44 +0100
commit9fbe4d66565e6ab11c5022bcfe5ed0ddfb91dc7e (patch)
treeb95e39c462cc147b2f8e998df5f7010e73834d59 /libstorycode/scparse_priv.h
parent135cc1ef50930b86189be2303f68ab387ebf7f27 (diff)
Add lots of function skeletons
Diffstat (limited to 'libstorycode/scparse_priv.h')
-rw-r--r--libstorycode/scparse_priv.h11
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
{