2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 19:47:44 +00:00

Windows Fixes

This commit is contained in:
2016-01-10 18:48:56 -08:00
parent 08c4270707
commit 0ede026905
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ public:
void init(boo::GLDataFactory* factory, const IThemeData& theme); void init(boo::GLDataFactory* factory, const IThemeData& theme);
#if _WIN32 #if _WIN32
void init(boo::ID3DDataFactory* factory, const ThemeData& theme); void init(boo::ID3DDataFactory* factory, const IThemeData& theme);
#elif BOO_HAS_METAL #elif BOO_HAS_METAL
void init(boo::MetalDataFactory* factory, const IThemeData& theme); void init(boo::MetalDataFactory* factory, const IThemeData& theme);
#endif #endif

View File

@@ -83,7 +83,7 @@ void View::Resources::init(boo::GLDataFactory* factory, const IThemeData& theme)
#if _WIN32 #if _WIN32
void View::Resources::init(boo::ID3DDataFactory* factory, const ThemeData& theme) void View::Resources::init(boo::ID3DDataFactory* factory, const IThemeData& theme)
{ {
static const char* SolidVS = static const char* SolidVS =
"struct VertData\n" "struct VertData\n"