mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
Fix inclusion guards of 3 files
This commit is contained in:
parent
d67318e78b
commit
672a05ac6c
@ -1,4 +1,4 @@
|
||||
#ifdef 0
|
||||
#if 0
|
||||
// For LEGO1 symbols only
|
||||
|
||||
// aka `operator new`
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifdef 0
|
||||
#if 0
|
||||
|
||||
// LIBRARY: LEGO1 0x100cd782
|
||||
// LIBRARY: BETA10 0x1015fb82
|
||||
|
||||
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user