diff options
author | David Walter Seikel | 2014-05-17 08:21:26 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-17 08:21:26 +1000 |
commit | 8f67113ada10d14bae784f80ea81a64d1e4bd1a9 (patch) | |
tree | 3e7eeded21137728f0596de4afa9893f0dad1932 /src/love | |
parent | Move the new pcall stuff to Runnr.c. (diff) | |
download | SledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.zip SledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.tar.gz SledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.tar.bz2 SledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.tar.xz |
Rearrange things in the libraries.
Diffstat (limited to 'src/love')
-rw-r--r-- | src/love/love.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/love/love.c b/src/love/love.c index b8b4645..82c6eb1 100644 --- a/src/love/love.c +++ b/src/love/love.c | |||
@@ -18,6 +18,7 @@ Dedicated to my girl Boots, coz she means the world to me. | |||
18 | 18 | ||
19 | #include "LumbrJack.h" | 19 | #include "LumbrJack.h" |
20 | #include "Runnr.h" | 20 | #include "Runnr.h" |
21 | #include "SledjHamr.h" | ||
21 | 22 | ||
22 | 23 | ||
23 | #define WIDTH (512) | 24 | #define WIDTH (512) |