More compile fixes, disable clang CI for now

This commit is contained in:
Phillip Stephens 2021-06-06 17:35:39 -07:00
parent 0b4f15341b
commit 3664b1b8d1
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
4 changed files with 6 additions and 0 deletions

View File

@ -150,6 +150,7 @@ jobs:
build-windows-clang:
name: Build Windows (Clang x86_64)
if: 'false' # disabled due to header issues
runs-on: windows-2019
env:
LLVM_VERSION: 10.0.1

View File

@ -258,6 +258,7 @@ jobs:
build-windows-clang:
name: Build Windows (Clang x86_64)
if: 'false' # disabled due to header issues
runs-on: windows-2019
env:
LLVM_VERSION: 10.0.1

View File

@ -1,5 +1,7 @@
#include "Runtime/MP1/CPlayMovie.hpp"
#include "Runtime/GuiSys/CGuiFrame.hpp"
namespace metaforce::MP1 {
const char* kMovies[] = {"Video/wingame.thp", "Video/wingame_good.thp", "Video/wingame_best.thp",

View File

@ -2,6 +2,8 @@
#include "Runtime/CResLoader.hpp"
#include "Runtime/GameGlobalObjects.hpp"
#include "Runtime/GuiSys/CGuiFrame.hpp"
#include "Runtime/MP1/MP1.hpp"
namespace metaforce::MP1 {