Fix inclusion guards of 3 files

This commit is contained in:
Anonymous Maarten 2025-05-20 02:01:10 +02:00
parent d67318e78b
commit 672a05ac6c
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#ifdef 0
#if 0
// For LEGO1 symbols only
// aka `operator new`

View File

@ -1,4 +1,4 @@
#ifdef 0
#if 0
// LIBRARY: LEGO1 0x100cd782
// LIBRARY: BETA10 0x1015fb82

View File

@ -1,3 +1,5 @@
#ifndef TGL_D3DRM_IMPL_H
#define TGL_D3DRM_IMPL_H
#include "compat.h"
#include "decomp.h"
@ -818,4 +820,6 @@ inline D3DRMLIGHTTYPE Translate(LightType tglLightType)
// GLOBAL: LEGO1 0x100dd1e0
// IID_IDirect3DRMMeshBuilder
} /* namespace TglImpl */
} /* namespace TglImpl *
#endif/