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
2 changed files with 2 additions and 1 deletions

View File

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