1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 11:22:45 +01:00

Fix header guard in ModelData.hpp

This commit is contained in:
Daniel Evans 2016-09-03 04:13:05 +01:00
parent 707ee4b32a
commit 46a68de406

View File

@ -1,6 +1,5 @@
#pragma once
#ifndef __GLT_OBJECTDATA_HPP__
#define __GLT_OBJECTDATA_HPP__
#ifndef RWENGINE_MODELDATA_HPP
#define RWENGINE_MODELDATA_HPP
#include <stdint.h>
#include <glm/glm.hpp>
#include <memory>