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:
parent
3701037199
commit
5399b00f95
@ -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_
|
||||
|
Loading…
x
Reference in New Issue
Block a user