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

@@ -5,6 +5,7 @@
#include "scen.global.hpp"
#include <array>
#include <string>
#include <memory>
#include "scen.graphics.hpp"
#include <cmath>
#include "scen.btnmg.hpp"