diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-03-05 22:23:59 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-03-05 22:23:59 +0100 |
commit | b7930391bf1981b68227bb1c286cd28630cfd544 (patch) | |
tree | a29808407cbce6187fdafb43e41a15c4b62deba6 /src/frame.c | |
parent | b447e47da5e2bb6c0450506af9491741cc6f3340 (diff) |
Move "libstorycode" back to this repository
Keeping it separate, just for the sake of "harfatum", was causing a lot more awkwardness
than it could ever solve, compared to just duplicating the code.
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c index 4cbb432..ed6047a 100644 --- a/src/frame.c +++ b/src/frame.c @@ -29,8 +29,7 @@ #include <stdlib.h> #include <string.h> -#include <storycode.h> - +#include "storycode.h" #include "frame.h" |