2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-06 11:35:34 +00:00

Fix header guard

This commit is contained in:
Phillip Stephens 2016-01-13 23:24:17 -08:00
parent 3701037199
commit 5399b00f95

View File

@ -1,5 +1,5 @@
#ifndef EGMC_HPP
#define EGMC_HPP
#ifndef _DNACOMMON_EGMC_HPP_
#define _DNACOMMON_EGMC_HPP_
#include "DNACommon.hpp"
@ -23,4 +23,4 @@ struct EGMC : public BigDNA
};
}
}
#endif // EGMC_HPP
#endif // _DNACOMMON_EGMC_HPP_