mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-26 17:36:12 -05:00
Add missing include guard
This commit is contained in:
parent
c9210c02fb
commit
a78b1c7d49
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
#ifndef VIEWLOD_H
|
||||||
|
#define VIEWLOD_H
|
||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
#include "realtime/roi.h"
|
#include "realtime/roi.h"
|
||||||
#include "tgl/tgl.h"
|
#include "tgl/tgl.h"
|
||||||
|
@ -30,3 +33,5 @@ class ViewLOD : public LODObject {
|
||||||
Tgl::Group* m_meshGroup; // 0x04
|
Tgl::Group* m_meshGroup; // 0x04
|
||||||
undefined4 m_unk0x08; // 0x08
|
undefined4 m_unk0x08; // 0x08
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // VIEWLOD_H
|
||||||
|
|
Loading…
Reference in a new issue