mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-08 12:05:53 -04:00
Fix inclusion guards of 3 files (#1509)
* Fix inclusion guards of 3 files * Apply suggestions from code review Co-authored-by: Christian Semmler <mail@csemmler.com> --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
parent
d67318e78b
commit
0b9c1756c7
@ -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"
|
||||
@ -819,3 +821,5 @@ inline D3DRMLIGHTTYPE Translate(LightType tglLightType)
|
||||
// IID_IDirect3DRMMeshBuilder
|
||||
|
||||
} /* namespace TglImpl */
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user