Split up games into separate files

This commit is contained in:
Scott Lahteine
2019-04-04 03:06:19 -05:00
parent 27a4927ed1
commit 240ea1bbb3
11 changed files with 1325 additions and 1019 deletions

View File

@ -49,7 +49,7 @@ class FilamentMonitorBase {
#if ENABLED(HOST_ACTION_COMMANDS)
static bool host_handling;
#else
constexpr static bool host_handling = false;
static constexpr bool host_handling = false;
#endif
};