add some include to make the compilation possible on linux,

+ add a cmake project to "simplify" to linux compilation.
This commit is contained in:
ALONSO Laurent
2021-10-27 15:14:27 +02:00
committed by Celtic Minstrel
parent 8e2cdca1f8
commit e080efbee0
6 changed files with 141 additions and 3 deletions

View File

@@ -1,12 +1,13 @@
#include <array>
#include <cmath>
#include <cstring>
#include <cstdio>
#include <memory>
#include <string>
#include "scen.global.hpp"
#include <array>
#include <string>
#include "scen.graphics.hpp"
#include <cmath>
#include "scen.btnmg.hpp"
#include "scrollbar.hpp"