mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
Use correct header guard in FileIndex.hpp
This commit is contained in:
parent
243c3d7c4c
commit
ad7f3ba071
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef RWENGINE_FILEINDEX_HPP
|
||||
#define RWENGINE_FILEINDEX_HPP
|
||||
#include "FileHandle.hpp"
|
||||
|
||||
#include <string>
|
||||
@ -49,4 +50,6 @@ public:
|
||||
|
||||
private:
|
||||
std::map<std::string, IndexData> files;
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user