First improvements for Visual Studio / MSVC users

- Added missing <array> includes
- -Werror, -Wextra and -Wpedantic are used with GCC only
- CXX_STANDARD_REQUIRED is now ON
This commit is contained in:
2022-11-07 22:47:11 +03:00
parent c5233a6bf0
commit 7f7153100b
4 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#include "game.h"
#include <array>
#include <iostream>
#define GLM_FORCE_RADIANS