diff options
author | June McEnroe <june@causal.agency> | 2019-08-25 13:39:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-08-25 13:42:41 -0400 |
commit | 4f11e235022f9cbd568a2bef8258d04f17b6a1a5 (patch) | |
tree | 0ed844ad4631b1605f6268f842a71f6734ea250b /sol.c | |
parent | Add cards submodule (diff) | |
download | wep-4f11e235022f9cbd568a2bef8258d04f17b6a1a5.tar.gz wep-4f11e235022f9cbd568a2bef8258d04f17b6a1a5.zip |
Build with cards submodule
Diffstat (limited to '')
-rw-r--r-- | sol.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sol.c b/sol.c index cf643f2..f16c7b6 100644 --- a/sol.c +++ b/sol.c @@ -14,14 +14,15 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <SDL.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <time.h> +#include <SDL.h> +#include <cards.h> + #include "asset.h" -#include "cards.h" #include "layout.h" #include "stack.h" |