Merge pull request #2 from impiaaa/main

Fixes for building on Linux
This commit is contained in:
Noel Berry 2021-01-03 23:15:45 -08:00 committed by GitHub
commit 1ec75743c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit cc5e222be5545d3fd02e61cf0a0afb50407c2578
Subproject commit 55f816043a3a7545df96044889cbe74b338bd64b

View File

@ -2,6 +2,7 @@
#include "game.h"
#include "assets/sprite.h"
#include "assets/tileset.h"
#include <stdlib.h>
using namespace TL;