mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00: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:

committed by
GitHub

parent
d67318e78b
commit
0b9c1756c7
@@ -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"
|
||||||
@@ -819,3 +821,5 @@ inline D3DRMLIGHTTYPE Translate(LightType tglLightType)
|
|||||||
// IID_IDirect3DRMMeshBuilder
|
// IID_IDirect3DRMMeshBuilder
|
||||||
|
|
||||||
} /* namespace TglImpl */
|
} /* namespace TglImpl */
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user