mesh_library.h: Update header guard to reflect file name

This commit is contained in:
Yetizone 2020-09-08 15:12:31 +03:00
parent af00bb998e
commit 701493ab33

View file

@ -28,8 +28,8 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#ifndef GRID_THEME_H
#define GRID_THEME_H
#ifndef MESH_LIBRARY_H
#define MESH_LIBRARY_H
#include "core/map.h"
#include "core/resource.h"
@ -96,4 +96,4 @@ public:
~MeshLibrary();
};
#endif // CUBE_GRID_THEME_H
#endif // MESH_LIBRARY_H