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