mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Add missing include guard
This commit is contained in:
@@ -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 @@ protected:
|
|||||||
Tgl::Group* m_meshGroup; // 0x04
|
Tgl::Group* m_meshGroup; // 0x04
|
||||||
undefined4 m_unk0x08; // 0x08
|
undefined4 m_unk0x08; // 0x08
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // VIEWLOD_H
|
||||||
|
Reference in New Issue
Block a user