refactor(offset): replace include guard with #pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#ifndef OFFSETS_H
|
#pragma once
|
||||||
#define OFFSETS_H
|
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
@@ -140,5 +139,3 @@ namespace Misc
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // OFFSETS_H
|
|
||||||
|
|||||||
Reference in New Issue
Block a user