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

@@ -9,6 +9,8 @@
#ifndef BoE_SKILLS_TRAITS_HPP
#define BoE_SKILLS_TRAITS_HPP
#include <iosfwd>
enum class eSkill {
INVALID = -1,
STRENGTH = 0,