mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +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
|
// For LEGO1 symbols only
|
||||||
|
|
||||||
// aka `operator new`
|
// aka `operator new`
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#ifdef 0
|
#if 0
|
||||||
|
|
||||||
// LIBRARY: LEGO1 0x100cd782
|
// LIBRARY: LEGO1 0x100cd782
|
||||||
// LIBRARY: BETA10 0x1015fb82
|
// LIBRARY: BETA10 0x1015fb82
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
#ifndef TGL_D3DRM_IMPL_H
|
||||||
|
#define TGL_D3DRM_IMPL_H
|
||||||
|
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
@ -818,4 +820,6 @@ inline D3DRMLIGHTTYPE Translate(LightType tglLightType)
|
|||||||
// GLOBAL: LEGO1 0x100dd1e0
|
// GLOBAL: LEGO1 0x100dd1e0
|
||||||
// IID_IDirect3DRMMeshBuilder
|
// IID_IDirect3DRMMeshBuilder
|
||||||
|
|
||||||
} /* namespace TglImpl */
|
} /* namespace TglImpl *
|
||||||
|
|
||||||
|
#endif/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user