make the game buildable on linux (#283)

- Scons -> python3
- include issues
This commit is contained in:
x-qq
2022-03-13 21:38:22 +02:00
committed by GitHub
parent af8f30aaf2
commit 55a105a0f6
8 changed files with 39 additions and 29 deletions

View File

@@ -15,6 +15,7 @@
#include <array>
#include <bitset>
#include <cstdint>
#include <limits>
#include "item.hpp"
#include "pictypes.hpp"