mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Windows compile fixes, and warning squash
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#if _WIN32
|
||||
#include <D3Dcommon.h>
|
||||
#endif
|
||||
#include "CBooRenderer.hpp"
|
||||
|
||||
namespace urde
|
||||
@@ -182,6 +185,7 @@ void CBooRenderer::DrawString(const char*, int, int)
|
||||
|
||||
u32 CBooRenderer::GetFPS()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void CBooRenderer::CacheReflection(TReflectionCallback, void*, bool)
|
||||
@@ -232,6 +236,7 @@ void CBooRenderer::DoThermalBlendHot()
|
||||
|
||||
u32 CBooRenderer::GetStaticWorldDataSize()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user